/*
 * LIVARO Home - Lokal gehostete Inter Font (DSGVO-konform)
 *
 * ANLEITUNG: Fonts herunterladen und in diesen Ordner legen
 * ============================================================
 *
 * 1. Besuche: https://gwfh.mranftl.com/fonts/inter?subsets=latin,latin-ext
 *    Oder alternativ: https://fonts.google.com/specimen/Inter
 *
 * 2. Waehle die Gewichte: 300, 400, 500, 700, 900
 *
 * 3. Lade die WOFF2-Dateien herunter und speichere sie in diesem Ordner:
 *    - inter-v18-latin-300.woff2
 *    - inter-v18-latin-regular.woff2
 *    - inter-v18-latin-500.woff2
 *    - inter-v18-latin-700.woff2
 *    - inter-v18-latin-900.woff2
 *
 * Alternativ kannst du den Google Webfonts Helper nutzen:
 *    https://gwfh.mranftl.com/fonts/inter
 *    Dort alle benoetigten Gewichte auswaehlen und als ZIP herunterladen.
 *
 * Rechtsgrundlage: LG Muenchen I, Urteil vom 20.01.2022, Az. 3 O 17493/20
 * Google Fonts von CDN = unerlaubte Weitergabe der IP-Adresse an Google (USA)
 * Verstoss gegen Art. 6 Abs. 1 DSGVO und Art. 44 ff. DSGVO
 */

/* Inter Light (300) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('inter-v18-latin-300.woff2') format('woff2');
}

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

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

/* Inter Bold (700) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('inter-v18-latin-700.woff2') format('woff2');
}

/* Inter Black (900) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('inter-v18-latin-900.woff2') format('woff2');
}
