/* ============================================================
   GoByrdie · Local Fonts
   Alle Schriftarten werden lokal vom eigenen Server geladen.
   ============================================================ */


/* Cormorant Garamond */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/CormorantGaramond-Variable.ttf");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/CormorantGaramond-VariableItalic.ttf");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}


/* Manrope */
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Variable.ttf");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}


/* JetBrains Mono */
@font-face {
  font-family: "JetBrains Mono";
  src: url("assets/fonts/JetBrainsMono-Variable.ttf");
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
}