/* ======================================
   Lokale Schriften – keine externe CDN-Verbindung
   Montserrat (Überschriften) + Source Sans Pro (Fließtext)
====================================== */

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

/* Montserrat Bold 700 – nutzt denselben Subset wie 600 (Latin) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/montserrat-600.woff2') format('woff2');
}

/* Source Sans Pro Regular 400 */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/sourcesanspro-400.woff2') format('woff2');
}

/* Source Sans Pro Regular Italic 400 */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/sourcesanspro-400i.woff2') format('woff2');
}

/* Source Sans Pro SemiBold 600 */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/sourcesanspro-600.woff2') format('woff2');
}
