/* ============================================================
   DYSHI — шрифты (self-hosted для GDPR-соответствия в ЕС)

   ВАЖНО: скачайте woff2-файлы и положите в /assets/fonts/.
   Быстрый способ — https://gwfh.mranftl.com/fonts
   (google-webfonts-helper): выберите Cormorant Garamond
   (400, 400italic, 500) и Inter (300, 400),
   charset latin + cyrillic, скачайте архив.
   ============================================================ */

/* Cormorant Garamond — заголовки */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/cormorant-garamond-v16-latin_cyrillic-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/cormorant-garamond-v16-latin_cyrillic-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/cormorant-garamond-v16-latin_cyrillic-500.woff2") format("woff2");
}

/* Inter — основной текст */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/inter-v13-latin_cyrillic-300.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/inter-v13-latin_cyrillic-regular.woff2") format("woff2");
}
