/* ────────────────────────────────────────────────────────────
   Klimavergleich.at — selbst gehostete Schriftart DM Sans
   Lizenz: SIL Open Font License (OFL-1.1)
   Quelle: https://fonts.google.com/specimen/DM+Sans
   ────────────────────────────────────────────────────────────
   Ersetzt die externe Einbindung von fonts.googleapis.com
   und vermeidet damit die Übermittlung von IP-Adressen
   an Google in die USA (DSGVO-konform).
   
   Benötigte Dateien im Verzeichnis /fonts/:
     dmsans-300.woff2  (Light)
     dmsans-400.woff2  (Regular)
     dmsans-500.woff2  (Medium)
     dmsans-600.woff2  (SemiBold)
     dmsans-700.woff2  (Bold)
     dmsans-800.woff2  (ExtraBold)
     dmsans-300-italic.woff2  (Light Italic)
     dmsans-400-italic.woff2  (Regular Italic)
   ──────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/dmsans-300.woff2') format('woff2');
}

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

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/dmsans-500.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/dmsans-600.woff2') format('woff2');
}

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

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/dmsans-800.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/dmsans-300-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dmsans-400-italic.woff2') format('woff2');
}
