/* Lokal gehostete Markenschrift – kein externer Aufruf (DSGVO-konform).
   Montserrat als Variable Font: deckt alle Schnitte 100–900 ab.
   Verwendete Schnitte: Regular 400, Medium 500, SemiBold 600, Bold 700, ExtraBold 800. */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/montserrat-latin.woff2) format('woff2');
}
