/* Pars Akademie – Self-hosted Poppins
 * Source: Google Fonts v24 (Latin subset)
 * font-display: optional → no font-swap after initial render → zero CLS
 */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: optional;
    src: url('../fonts/poppins-300.woff2') format('woff2'),
         url('../fonts/poppins-300.ttf')   format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url('../fonts/poppins-400.woff2') format('woff2'),
         url('../fonts/poppins-400.ttf')   format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: url('../fonts/poppins-600.woff2') format('woff2'),
         url('../fonts/poppins-600.ttf')   format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url('../fonts/poppins-700.woff2') format('woff2'),
         url('../fonts/poppins-700.ttf')   format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: optional;
    src: url('../fonts/poppins-800.woff2') format('woff2'),
         url('../fonts/poppins-800.ttf')   format('truetype');
}

/* ── Cinzel – self-hosted (decorative headings only)
 * Source: Google Fonts v26 (Latin subset, woff2)
 * 14 KB (700) + 25 KB (900) vs. 312 KB from Google Fonts
 */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url('../fonts/cinzel-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 900;
    font-display: optional;
    src: url('../fonts/cinzel-900.woff2') format('woff2');
}
