/* ============================================================
   Шрифты «Хрупкий мир»
   — Gill Sans Light C: фирменный, для логотипа/навигации/eyebrow
   — Cormorant Garamond: заголовки (изящный высококонтрастный серив)
   — Manrope: основной текст (чистый гуманистический гротеск)
   ============================================================ */

@font-face {
  font-family: "Gill Sans Light C";
  src: url("../assets/fonts/gillsanslightc.otf") format("opentype");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Light C";
  src: url("../assets/fonts/gillsanslightc_italic.otf") format("opentype");
  font-weight: 300 400;
  font-style: italic;
  font-display: swap;
}

/* Cormorant Garamond + Manrope подключаются через <link> в <head> страниц */
