/* Selfhosted Fonts - DSGVO-konform (keine Übertragung an Google)
   Quelle: google-webfonts-helper / Google Fonts (Open Font License) */

/* Inter 400 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}
/* Inter 600 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('inter-v20-latin_latin-ext-600.woff2') format('woff2');
}
/* Inter 700 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('inter-v20-latin_latin-ext-700.woff2') format('woff2');
}

/* Plus Jakarta Sans 600 */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('plus-jakarta-sans-v12-latin_latin-ext-600.woff2') format('woff2');
}
/* Plus Jakarta Sans 700 */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('plus-jakarta-sans-v12-latin_latin-ext-700.woff2') format('woff2');
}
/* Plus Jakarta Sans 800 */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('plus-jakarta-sans-v12-latin_latin-ext-800.woff2') format('woff2');
}
