/* ─────────────────────────────────────────────────────────
   Self-hosted Fonts — Kosmetik Mitual (v1, 12.07.2026)
   Ersetzt Google Fonts CDN (fonts.googleapis.com/fonts.gstatic.com).
   Quelle: Fontsource (@fontsource/cormorant-garamond, @fontsource/lato),
   Latin-Subset, WOFF2 only.
   Hinweis: Lato existiert nicht in Gewicht 500 (nur 100/300/400/700/900) —
   font-weight:500 matcht auf 400, identisch zum bisherigen Verhalten.
   ───────────────────────────────────────────────────────── */

/* Cormorant Garamond — Display (--fd) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/shared/fonts/cormorant-garamond-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/shared/fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/shared/fonts/cormorant-garamond-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/shared/fonts/cormorant-garamond-latin-300-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/shared/fonts/cormorant-garamond-latin-400-italic.woff2') format('woff2');
}

/* Lato — Body (--fb) */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/shared/fonts/lato-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/shared/fonts/lato-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/shared/fonts/lato-latin-700-normal.woff2') format('woff2');
}
