/*
 * Selbst gehostete Webfonts (gleiches Muster wie Now/Rockville Solid in der
 * bestehenden galaempire-Extension: eigene Datei, NICHT Teil der SCSS-Kompilierung,
 * damit relative Pfade zu /Fonts/ nach dem SCSS-Compile nicht brechen).
 *
 * Montserrat ist bei Google Fonts ein Variable Font - eine Datei deckt 600 und 700 ab.
 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    src: url('../Fonts/Montserrat-Variable.woff2') format('woff2');
}

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

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