/* Self-hosted fonts — RODO clean (zero transfer do Google) + cache 1 rok immutable
 * Landing: Fraunces + Inter (variable)
 * Demo:    Playfair Display + Cormorant Garamond + DM Mono
 */

/* ── LANDING (Fraunces + Inter) ── */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/fraunces-italic.woff2') format('woff2-variations'),
       url('/fonts/fraunces-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/fraunces.woff2') format('woff2-variations'),
       url('/fonts/fraunces.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter.woff2') format('woff2-variations'),
       url('/fonts/inter.woff2') format('woff2');
}

/* ── DEMO (Playfair + Cormorant + DM Mono) ── */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/playfair-italic.woff2') format('woff2-variations'),
       url('/fonts/playfair-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/playfair.woff2') format('woff2-variations'),
       url('/fonts/playfair.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/cormorant-italic.woff2') format('woff2-variations'),
       url('/fonts/cormorant-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/cormorant.woff2') format('woff2-variations'),
       url('/fonts/cormorant.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dmmono.woff2') format('woff2');
}
