/* Self-hosted Google Fonts (DSGVO — LG München I, 20.01.2022, Az. 3 O 17493/20).
   Shared across all portal pages. MedievalSharp is only used on map.html but is
   included here to keep a single stylesheet. */

/* Cinzel regular (400) */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('cinzel-v26-latin_latin-ext-regular.woff2') format('woff2');
}

/* Cinzel bold (700) */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('cinzel-v26-latin_latin-ext-700.woff2') format('woff2');
}

/* MedievalSharp regular (400) — map.html only */
@font-face {
    font-family: 'MedievalSharp';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('medievalsharp-v28-latin_latin-ext-regular.woff2') format('woff2');
}
