/* ============================================================
   LOCAL FONTS — Variable Fonts, kein Google Fonts nötig
   ============================================================ */

/* Darker Grotesque — Variable Font (wght 100–900) */
@font-face {
  font-family: 'Darker Grotesque';
  src: url('fonts/DarkerGrotesque-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* DM Sans — Variable Font (opsz 9–40, wght 100–900) */
@font-face {
  font-family: 'DM Sans';
  src: url('fonts/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('fonts/DMSans-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
