/* Schriftsatz von DigiFiles. Aus der zentralen fonts.css abgeleitet,
   aber nur die Familien, die dieses Produkt tatsaechlich verwendet:
   Inter, Instrument Sans, Plus Jakarta Sans. Hubot Sans und Instrument
   Serif wurden entfernt - sie wuerden sonst ins Leere laden. */
/* ==========================================================================
   Self-hosted Webfonts – DSGVO-konform, keine externen Requests
   Wird von allen HTML-Seiten via <link rel="stylesheet" href="fonts.css">
   eingebunden und ersetzt die frühere Google-Fonts-Verbindung.
   ========================================================================== */

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

/* Instrument Sans */
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/instrument-sans/instrument-sans-v4-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/instrument-sans/instrument-sans-v4-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/instrument-sans/instrument-sans-v4-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/instrument-sans/instrument-sans-v4-latin_latin-ext-700.woff2') format('woff2');
}

/* Instrument Serif (nur Italic verwendet) */
/* Hubot Sans */
/* Plus Jakarta Sans (nur 700 verwendet) */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/plus-jakarta-sans/plus-jakarta-sans-v12-latin_latin-ext-700.woff2') format('woff2');
}
