/*
 * Playfair Display — self-hosted font-face for PMS Dashboard headings.
 * Place playfair-display-latin.woff2 in this folder to enable the custom font.
 */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: local('Playfair Display'),
         url('playfair-display-latin.woff2') format('woff2');
}
