/* =======================================================
   Selbst gehostete Schriften – keine Verbindung zu Google-
   Servern (DSGVO-freundlich). Variable Fonts, Subset: latin.
   ======================================================= */

/* Cormorant Garamond – normal (variabel 300–700) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-latin.woff2') format('woff2');
}

/* Cormorant Garamond – italic (variabel 300–700) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-italic-latin.woff2') format('woff2');
}

/* Inter – normal (variabel 100–900) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/inter-latin.woff2') format('woff2');
}
