/* Lokal gehostete Schriften – keine Verbindung zu Google Fonts */

/* Fraunces (variabel) – Überschriften / Display */
@font-face{
  font-family:'Fraunces';
  src:url('fonts/fraunces-wght.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

/* Hanken Grotesk (variabel) – Fließtext */
@font-face{
  font-family:'Hanken Grotesk';
  src:url('fonts/hanken-grotesk-wght.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

/* Poppins – Wortmarke */
@font-face{
  font-family:'Poppins';
  src:url('fonts/poppins-600.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Poppins';
  src:url('fonts/poppins-700.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
