/* === SALTO LOCAL FONTS ===
   Alle Schriften werden lokal ausgeliefert (keine CDN, kein @import).
   Pfad: fonts/ (echtes Verzeichnis, kein Symlink mehr).
   Quelle: Google Fonts Variable-Font-Cuts (Latin-Subset, deckt DE/IT ab).
*/

/* ---------------------------
   Source Serif 4 (ersetzt Source Serif Pro)
   Variable Font: ein Schnitt pro Stil deckt Weight 200–900 ab.
   --------------------------- */
@font-face {
  font-family: 'Source Serif 4';
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Source_Serif_4/source-serif-4-latin-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/Source_Serif_4/source-serif-4-latin-italic.woff2') format('woff2');
}


/* ---------------------------
   Source Sans 3 (ersetzt Source Sans Pro)
   Variable Font: ein Schnitt pro Stil deckt Weight 200–900 ab.
   --------------------------- */
@font-face {
  font-family: 'Source Sans 3';
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Source_Sans_3/source-sans-3-latin-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
  src: url('../fonts/Source_Sans_3/source-sans-3-latin-italic.woff2') format('woff2');
}


/* ---------------------------
   Mayenne Sans
   --------------------------- */
@font-face {
  font-family: 'Mayenne Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/mayenne_sans/mayenne_sans.otf') format('opentype');
}

/* Keep lowercase alias */
@font-face {
  font-family: 'mayenne sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/mayenne_sans/mayenne_sans.otf') format('opentype');
}
