/* Lokal gehostete Schriften (nur lateinisches Subset) — ersetzt Google Fonts CDN.
   Vorteil: keine externe Anfrage, kein Datenschutz-Hinweis auf externe Google-Server nötig. */

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/rajdhani-400.woff2") format("woff2");
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/rajdhani-500.woff2") format("woff2");
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/rajdhani-600.woff2") format("woff2");
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/rajdhani-700.woff2") format("woff2");
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("fonts/sourcesans3-var.woff2") format("woff2");
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/sourcesans3-400i.woff2") format("woff2");
}
