/* ==========================================================================
   LOKALE SCHRIFTEN (Self-Hosting statt Google-Fonts-CDN)
   Grund: DSGVO. Das Laden von Google Fonts ueber Google-Server gibt die
   IP-Adresse der Besucher an Google weiter und ist in Deutschland
   abmahngefaehrdet (LG Muenchen, Az. 3 O 17493/20). Die Dateien liegen
   deshalb im Ordner /fonts auf dem eigenen Webspace.
   ========================================================================== */

/* Cormorant (Display-Serife) */
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/cormorant-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/cormorant-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/cormorant-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant"; font-style: italic; font-weight: 400; font-display: swap; src: url("fonts/cormorant-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant"; font-style: italic; font-weight: 500; font-display: swap; src: url("fonts/cormorant-latin-500-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant"; font-style: italic; font-weight: 600; font-display: swap; src: url("fonts/cormorant-latin-600-italic.woff2") format("woff2"); }

/* Jost (Grundschrift und Labels) */
@font-face { font-family: "Jost"; font-style: normal; font-weight: 300; font-display: swap; src: url("fonts/jost-latin-300-normal.woff2") format("woff2"); }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/jost-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/jost-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Jost"; font-style: italic; font-weight: 400; font-display: swap; src: url("fonts/jost-latin-400-italic.woff2") format("woff2"); }
