/* ============================================
   ruegenhosting.de — Lokale Schriften
   ============================================
   Diese Datei bindet die Schriften lokal ein,
   ohne Google Fonts CDN. Besser für DSGVO
   und Performance.
*/

/* ===== Fraunces (Display-Serif) ===== */
@font-face {
    font-family: 'Fraunces';
    src: url('fonts/Fraunces-Variable.woff2') format('woff2-variations'),
         url('fonts/Fraunces-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('fonts/Fraunces-Italic-Variable.woff2') format('woff2-variations'),
         url('fonts/Fraunces-Italic-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* ===== Inter Tight (Body-Sans) ===== */
@font-face {
    font-family: 'Inter Tight';
    src: url('fonts/InterTight-Variable.woff2') format('woff2-variations'),
         url('fonts/InterTight-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('fonts/InterTight-Italic-Variable.woff2') format('woff2-variations'),
         url('fonts/InterTight-Italic-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
