/* ==========================================================================
   Lokale Webfonts — DSGVO-konform (kein Google-Fonts-CDN)
   Variable Fonts: eine Datei deckt den kompletten Gewichtsbereich ab.
   ========================================================================== */

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

@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('./Lexend.woff2') format('woff2-variations'),
       url('./Lexend.woff2') format('woff2');
}
