/* ===================================================================
   Synthetic Covered Call Replication — Scientific Finance typeface stack
   Self-hosted woff2 (no network dependency on the home server).

   - Cormorant Garamond : oversized serif display headlines (hero, H1)
   - IBM Plex Sans       : body copy, navigation, structural UI
   - JetBrains Mono      : numerals, data cells, tiny tracked labels, tags
   =================================================================== */

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond-latin.woff2') format('woff2');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/ibm-plex-sans-latin.woff2') format('woff2');
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/jetbrains-mono-latin.woff2') format('woff2');
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
}
