/* Шрифты со своего сервера. Внешние шрифтовые сервисы не подключаются:
   они передают IP-адреса посетителей за рубеж и бывают недоступны из России.
   Положите файлы в /public/fonts — до этого используется системный шрифт,
   и вёрстка не ломается.
   Где взять: Manrope и Inter — SIL Open Font License, свободно скачиваются
   с сайтов проектов; Newsreader — тоже OFL. Нужны форматы woff2. */
@font-face { font-family: 'Manrope'; src: url('/fonts/manrope-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('/fonts/manrope-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('/fonts/manrope-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('/fonts/manrope-800.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Inter';   src: url('/fonts/inter-400.woff2') format('woff2');   font-weight: 400; font-display: swap; }
@font-face { font-family: 'Inter';   src: url('/fonts/inter-500.woff2') format('woff2');   font-weight: 500; font-display: swap; }
@font-face { font-family: 'Inter';   src: url('/fonts/inter-600.woff2') format('woff2');   font-weight: 600; font-display: swap; }
@font-face { font-family: 'Newsreader'; src: url('/fonts/newsreader-400-italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Newsreader'; src: url('/fonts/newsreader-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
