/* Playfair Display Font Family - Self Hosted
 *
 * Font files (.woff2) are not included in version control.
 * Download Playfair Display font files from Google Fonts and place them in this directory:
 * - PlayfairDisplay-Bold.woff2 (weight 700)
 *
 * Download from: https://fonts.google.com/specimen/Playfair+Display
 * Select weight 700 (Bold), download, and extract the woff2 file here.
 *
 * Fallback stack: Georgia, 'Times New Roman', serif
 */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./PlayfairDisplay-Bold.woff2') format('woff2');
}