/* Local webfonts: Montserrat 400/600/700 (woff2 only) */
/* Source guidance: SELFHTML – Google-Fonts selbst hosten
   https://wiki.selfhtml.org/wiki/HTML/Tutorials/Google-Fonts_selbst_hosten */

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

/* Fallback stack remains in styles.css body rule */

