/*
 * Self-hosted Webfonts (kein Google-CDN, DSGVO-konform, offline-fähig).
 * Poppins = Display/Überschriften/Labels · Mulish = Fließtext/Tabellen.
 * woff2 liegen unter assets/fonts/ — AssetMapper digested die relativen url().
 */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/poppins-600-RV1hfMj.woff2") format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/poppins-700-5ePuYxR.woff2") format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/poppins-800-5P7KlTU.woff2") format('woff2');
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/mulish-400-RwQ8NjV.woff2") format('woff2');
}
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/mulish-600-A_YVmzj.woff2") format('woff2');
}
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/mulish-700-kob9e6W.woff2") format('woff2');
}
