/* ═══════════════════════════════════════
   CATVEY – Self-hosted Fonts
   Lokal ausgeliefert, keine externen Requests (DSGVO-konform).
   Variable Fonts: eine Datei deckt den Gewichtsbereich ab.
   Latin-Subset.
   ═══════════════════════════════════════ */
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:400 600;
  font-display:swap;
  src:url('../fonts/cormorant-garamond-400.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+20AC,U+2122,U+2212;
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/cormorant-garamond-400-italic.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+20AC,U+2122,U+2212;
}
@font-face{
  font-family:'DM Sans';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('../fonts/dm-sans-300.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+2000-206F,U+20AC,U+2122,U+2212;
}
