/* Lokal gehostete Web-Fonts — DSGVO-konform, kein externer Aufruf */

/* Barlow — 4 Gewichte normal + italic */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('barlow-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('barlow-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('barlow-700-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('barlow-800-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('barlow-500-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('barlow-600-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('barlow-700-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url('barlow-800-italic.woff2') format('woff2');
}

/* Plus Jakarta Sans — Variable Font (eine Datei deckt 300-800 ab) */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('plus-jakarta-sans-variable.woff2') format('woff2-variations'),
         url('plus-jakarta-sans-variable.woff2') format('woff2');
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('plus-jakarta-sans-400-italic.woff2') format('woff2');
}
