/**
 * Dateiname: fonts.css
 * Beschreibung: Selbst gehostete Schriften Barlow & Barlow Semi Condensed
 * (keine externen Aufrufe an fonts.googleapis.com zur Laufzeit – DSGVO).
 * Enthält nur den "latin"-Unicode-Bereich (U+0000-00FF), der auch die
 * deutschen Umlaute und ß abdeckt.
 * Version: 0.1
 * Subversion: 0.1.0
 */

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/barlow-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/barlow-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/barlow-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/barlow-semi-condensed-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/barlow-semi-condensed-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/barlow-semi-condensed-700.woff2') format('woff2');
}
