/* Selbstgehostete Schriften — keine Verbindung zu Google.
   Die Schriftdateien liegen im Ordner "fonts/".
   Fraunces: enthalten (WONK/SOFT auf 0 fixiert, opsz+wght variabel).
   Hanken Grotesk: enthalten (wght variabel). */

@font-face{
  font-family:"Fraunces";
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url("fonts/Fraunces.woff") format("woff");
}
@font-face{
  font-family:"Fraunces";
  font-style:italic;
  font-weight:300 500;
  font-display:swap;
  src:url("fonts/Fraunces-Italic.woff") format("woff");
}
@font-face{
  font-family:"Hanken Grotesk";
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url("fonts/HankenGrotesk.woff") format("woff");
}
