/* =====================================================
   Harrison Media LLC — Local Font Faces
   Cinzel             → Titles / h1, h2, h3
   EB Garamond        → Subtitles / nav, labels, UI
   IM Fell English    → Body text / paragraphs
   ===================================================== */

@font-face {
    font-family: 'Cinzel';
    src: url('fonts/Cinzel-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'EB Garamond';
    src: url('fonts/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'IM Fell English';
    src: url('fonts/IMFellEnglish-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IM Fell English';
    src: url('fonts/IMFellEnglish-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
