/* Self-hosted variable fonts (latin subset, covers Icelandic æöðþ via U+0000-00FF).
   Replaces the render-blocking fonts.googleapis.com request so the app has no
   external dependencies and works offline at the game table. */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/Cinzel.woff2') format('woff2');
}

@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('../fonts/EBGaramond.woff2') format('woff2');
}

@font-face {
    font-family: 'EB Garamond';
    font-style: italic;
    font-weight: 400 600;
    font-display: swap;
    src: url('../fonts/EBGaramond-Italic.woff2') format('woff2');
}
