/* ==========================================================================
   Lokale Schriften – DSGVO-konform, kein Google-Fonts-Request
   ========================================================================== */

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

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

/* Italic-Variante entfernt: Browser synthetisiert Italic aus Montserrat-Regular,
   spart einen Font-Download im kritischen Pfad (~310ms in Pagespeed-Mobile). */

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

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