/* =====================================================
   LOKALE SCHRIFTEN – DSGVO-konform
   Dateien gehören in den Ordner: css/fonts/
   Download: https://gwfh.mranftl.com/fonts
   (Google Webfonts Helper)
   ===================================================== */

/* Merriweather 400 (normal) */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/merriweather-v30-latin-regular.woff2') format('woff2'),
         url('fonts/merriweather-v30-latin-regular.woff') format('woff');
}

/* Merriweather 400 italic */
@font-face {
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/merriweather-v30-latin-italic.woff2') format('woff2'),
         url('fonts/merriweather-v30-latin-italic.woff') format('woff');
}

/* Merriweather 700 (bold) */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/merriweather-v30-latin-700.woff2') format('woff2'),
         url('fonts/merriweather-v30-latin-700.woff') format('woff');
}

/* Oswald 300 (light) */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/oswald-v53-latin-300.woff2') format('woff2'),
         url('fonts/oswald-v53-latin-300.woff') format('woff');
}

/* Oswald 400 (regular) */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/oswald-v53-latin-regular.woff2') format('woff2'),
         url('fonts/oswald-v53-latin-regular.woff') format('woff');
}

/* Oswald 700 (bold) */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/oswald-v53-latin-700.woff2') format('woff2'),
         url('fonts/oswald-v53-latin-700.woff') format('woff');
}
