/* Локальные шрифты (self-hosted) — не зависят от Google Fonts,
   работают в РФ без VPN. Подмножество Latin + Cyrillic. */

/* Cormorant Garamond — переменный (вес 300–700) */
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('../fonts/cormorant-garamond.woff2') format('woff2');
}

/* Playfair Display — переменный */
@font-face{
  font-family:'Playfair Display';
  font-style:normal;
  font-weight:400 900;
  font-display:swap;
  src:url('../fonts/playfair.woff2') format('woff2');
}
@font-face{
  font-family:'Playfair Display';
  font-style:italic;
  font-weight:400 900;
  font-display:swap;
  src:url('../fonts/playfair-italic.woff2') format('woff2');
}

/* Prata — один вес */
@font-face{
  font-family:'Prata';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/prata.woff2') format('woff2');
}

/* Inter — переменный */
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('../fonts/inter.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
  src:url('../fonts/inter-italic.woff2') format('woff2');
}
