/* ==========================================================================
   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) */
@font-face {
    font-family: 'Instrument Serif';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/instrument-serif/instrument-serif-v5-latin_latin-ext-italic.woff2') format('woff2');
}

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

/* 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');
}
