/* Self-hosted latin subsets (variable) — matches the Sertec reference deck's type.
   Playfair Display (display) + Cormorant Garamond italic (editorial accent).
   Self-hosted so the deck renders identically offline / from file:// at the live event. */
@font-face{
  font-family:'Playfair Display';
  font-style:normal;
  font-weight:400 900;
  font-display:swap;
  src:url('./playfair-display.woff2') format('woff2');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:italic;
  font-weight:400 700;
  font-display:swap;
  src:url('./cormorant-garamond-italic.woff2') format('woff2');
}
