/* Oswald Font - Lokal gehostet (DSGVO-konform)
   Font-Dateien herunterladen: https://gwfh.mranftl.com/fonts/oswald?subsets=latin
   Gewichte: 300 (Light), 400 (Regular), 500 (Medium), 600 (SemiBold)
   Dateien in diesen Ordner legen: /Content/fonts/
*/

/* Oswald Light (300) */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('Oswald-Light.woff2') format('woff2');
}

/* Oswald Regular (400) */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Oswald-Regular.woff2') format('woff2');
}

/* Oswald Medium (500) */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('Oswald-Medium.woff2') format('woff2');
}

/* Oswald SemiBold (600) */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('Oswald-SemiBold.woff2') format('woff2');
}
