/* SMARTNEX — self-hosted шрифты (без стороннего CDN: убираем render-blocking + троттлинг Google из РФ).
   Дизайн-прототип использовал Archivo, но у Archivo НЕТ кириллицы (subsets: latin/latin-ext/vietnamese) —
   для русской витрины заменён на Onest (тот же нейтрально-техничный grotesque с плотными тяжёлыми
   весами + полная кириллица; отличается от Manrope у AVFUSION, чтобы витрины не выглядели одинаково).
   Моно — JetBrains Mono, как в прототипе (кириллица есть). Каждый файл объединяет cyrillic+latin
   в один вес (скачано google-webfonts-helper) — отдельный unicode-range не нужен. */

/* ---- Onest (body + заголовки) ---- */
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(/static/themes/smartnex/fonts/onest-v9-cyrillic_latin-regular.woff2) format('woff2'); }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 500; font-display: swap;
  src: url(/static/themes/smartnex/fonts/onest-v9-cyrillic_latin-500.woff2) format('woff2'); }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 600; font-display: swap;
  src: url(/static/themes/smartnex/fonts/onest-v9-cyrillic_latin-600.woff2) format('woff2'); }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 700; font-display: swap;
  src: url(/static/themes/smartnex/fonts/onest-v9-cyrillic_latin-700.woff2) format('woff2'); }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 800; font-display: swap;
  src: url(/static/themes/smartnex/fonts/onest-v9-cyrillic_latin-800.woff2) format('woff2'); }
@font-face { font-family: 'Onest'; font-style: normal; font-weight: 900; font-display: swap;
  src: url(/static/themes/smartnex/fonts/onest-v9-cyrillic_latin-900.woff2) format('woff2'); }

/* ---- JetBrains Mono (SKU, цены, лейблы, счётчики) ---- */
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(/static/themes/smartnex/fonts/jetbrains-mono-v24-cyrillic_latin-regular.woff2) format('woff2'); }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 500; font-display: swap;
  src: url(/static/themes/smartnex/fonts/jetbrains-mono-v24-cyrillic_latin-500.woff2) format('woff2'); }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 700; font-display: swap;
  src: url(/static/themes/smartnex/fonts/jetbrains-mono-v24-cyrillic_latin-700.woff2) format('woff2'); }
