/*
 * solowjew.com – Lokale Schriftarten
 *
 * SETUP (einmalig, 2 Minuten):
 * 1. Öffne https://gwfh.mranftl.com/fonts/cormorant-garamond im Browser
 *    → Subsets: "latin" auswählen
 *    → Styles: 400, 500, 400 italic auswählen
 *    → "Download files" klicken → ZIP entpacken → WOFF2-Dateien in diesen Ordner (/fonts/) legen
 *
 * 2. Öffne https://gwfh.mranftl.com/fonts/inter im Browser
 *    → Subsets: "latin" auswählen
 *    → Styles: 400, 500 auswählen
 *    → "Download files" klicken → ZIP entpacken → WOFF2-Dateien in diesen Ordner (/fonts/) legen
 *
 * 3. Dateinamen anpassen falls nötig (siehe unten)
 * 4. Fertig — keine externen Verbindungen mehr
 */

/* Cormorant Garamond — 400 Regular */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('cormorant-garamond-v16-latin-regular.woff2') format('woff2');
}

/* Cormorant Garamond — 400 Italic */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('cormorant-garamond-v16-latin-italic.woff2') format('woff2');
}

/* Cormorant Garamond — 500 Medium */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('cormorant-garamond-v16-latin-500.woff2') format('woff2');
}

/* Inter — 400 Regular */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('inter-v13-latin-regular.woff2') format('woff2');
}

/* Inter — 500 Medium */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('inter-v13-latin-500.woff2') format('woff2');
}
