/* Self-hosted fonts (DSGVO: keine Google-CDN-Requests / keine IP-Weitergabe an Google).
   Nur latin-Subset, aus Google Fonts entnommen. Overpass v19 ist eine Variable Font,
   deshalb liefert eine Datei alle Gewichte (400/600/700). */

@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/yeseva-one.woff2') format('woff2');
}

@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/overpass.woff2') format('woff2');
}
