/* ============================================================
 * Antamar — Lokale Webfonts (SIL Open Font License v1.1)
 * Siehe /fonts/LICENSE.txt für Lizenz und Urheber.
 * Alle Schriften werden lokal aus /fonts/ ausgeliefert; keine
 * Abhängigkeit von externen CDNs.
 * Subset: latin (U+0000..U+00FF) — deckt deutsche Umlaute ab.
 * ============================================================ */

@font-face {
    font-family: 'UnifrakturMaguntia';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/unifraktur-maguntia/UnifrakturMaguntia-Book.woff2') format('woff2');
}

@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/pt-serif/PTSerif-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/pt-serif/PTSerif-Italic.woff2') format('woff2');
}
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/pt-serif/PTSerif-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/pt-serif/PTSerif-BoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/josefin-sans/JosefinSans-Regular.woff2') format('woff2');
}
