/* Selbst gehostete Schriften (Bricolage Grotesque + Inter), statt von
   Google zu laden - vermeidet die IP-Übertragung an Google beim ersten
   Seitenaufruf (DSGVO-Thema, siehe LG München I, Urteil vom 20.01.2022,
   Az. 3 O 17493/20).

   Bricolage Grotesque ist schon korrekt hochgeladen und eingetragen.
   Inter fehlt noch - bitte von https://gwfh.mranftl.com/fonts herunterladen
   (Schnitte 400/500/600, Format "woff2") und in den fonts/-Ordner hochladen.
   WICHTIG: Die Normalschrift (400) wird von dem Tool meist "regular" statt
   "400" genannt - genau wie bei Bricolage Grotesque schon der Fall. Falls
   die tatsächlichen Dateinamen unten abweichen, bitte kurz Bescheid geben,
   dann passe ich es an. */

@font-face {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/bricolage-grotesque-v9-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/bricolage-grotesque-v9-latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/bricolage-grotesque-v9-latin-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Bricolage Grotesque';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/bricolage-grotesque-v9-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/inter-v20-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/inter-v20-latin-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/inter-v20-latin-600.woff2') format('woff2');
}
