/*
  Lokale Schriften (DSGVO): Quicksand als variable Font (Gewichte 300 bis 700, eine Datei für Text und Überschriften), latin-Subset, woff2.
  Quelle: Google Fonts, Stand 16.09.2026. Keine Verbindung zu fonts.googleapis.com.
*/
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('../fonts/quicksand-variable.woff2') format('woff2');
}
