/* ─────────────────────────────────────────────────────────────────────────────
   Self-hosted Google Fonts — eliminates external CDN requests
   ───────────────────────────────────────────────────────────────────────────── */

/* Playfair Display — Variable (all weights 400-900) */
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Variable.woff2') format('woff2');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic-Variable.woff2') format('woff2');
    font-weight: 400 900;
    font-style: italic;
    font-display: swap;
}

/* Barlow Condensed — Static weights (400, 500, 600, 700) */
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Source Serif 4 — Variable (all weights, optical sizing) */
@font-face {
    font-family: 'Source Serif 4';
    src: url('../fonts/SourceSerif4-Variable.woff2') format('woff2');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Serif 4';
    src: url('../fonts/SourceSerif4-Italic-Variable.woff2') format('woff2');
    font-weight: 200 900;
    font-style: italic;
    font-display: swap;
}

/* DM Sans — Variable (all weights, optical sizing) */
@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Variable.woff2') format('woff2');
    font-weight: 100 1000;
    font-style: normal;
    font-display: swap;
}
