/* ================================================================
   LOKAL GEHOSTETE WEBFONTS (DSGVO-konform, kein Google-Fonts-CDN)
   Quicksand — Headlines/Display (700 Bold, 600 Semibold)
   Raleway   — Fließtext (400 Regular, 500 Medium, 600 Semibold)
   Quelle: Google Fonts (Open Font License), lokal gespiegelt am
   19.08.2026 im Rahmen des Website-Relaunchs (Schritt 4).
================================================================ */

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/quicksand-v37-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/quicksand-v37-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/quicksand-v37-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/raleway-v37-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/raleway-v37-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/raleway-v37-600.ttf') format('truetype');
}
