/* Lokal gehostete Fonts (DSGVO: keine Verbindung zu Google) */
/* Fraunces + Inter sind variable Fonts: eine Datei deckt alle Gewichte ab */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('Fraunces-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('Inter-400.woff2') format('woff2');
}
