/* Фирменная пара клиента: Leksa Sans Pro — заголовки, Golos Text — текст.
   Self-hosted, как и остальные пары: наружу за шрифтами не ходим.

   Golos поставляется ВАРИАТИВНЫМ файлом с осью wght 400..900 — одна загрузка на
   весь диапазон, и любая насыщенность в этих границах рисуется настоящими
   контурами, без faux bold. Ниже 400 у шрифта начертаний нет.

   У Leksa вариативной версии не существует, поэтому подключаем начертания
   по отдельности с точным font-weight. Насыщенности 500 в семействе нет —
   браузер возьмёт ближайшую (400). Курсивы не подключаем: в вёрстке их нет,
   это лишние 200 КБ. */

/* ── Заголовки: Leksa Sans Pro ────────────────────────────────────────────── */
@font-face {
  font-family: 'Leksa Sans Pro';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(files/leksa-extralight.woff2) format('woff2');
}
@font-face {
  font-family: 'Leksa Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(files/leksa-light.woff2) format('woff2');
}
@font-face {
  font-family: 'Leksa Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(files/leksa-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Leksa Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(files/leksa-demibold.woff2) format('woff2');
}
@font-face {
  font-family: 'Leksa Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(files/leksa-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Leksa Sans Pro';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(files/leksa-extrabold.woff2) format('woff2');
}
@font-face {
  font-family: 'Leksa Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(files/leksa-black.woff2) format('woff2');
}

/* ── Текст: Golos Text (вариативный) ──────────────────────────────────────── */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(files/golos-text-vf.woff2) format('woff2-variations'),
       url(files/golos-text-vf.woff2) format('woff2');
}
