/* === Локальные шрифты: Roboto и Inter (только латиница) === */
@font-face {
  font-family: 'Roboto';
  src: url('/templates/scatpuke/fonts/subset-Roboto-Regular.woff2') format('woff2'),
       url('/templates/scatpuke/fonts/subset-Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F;
  /* делаем чуть мельче и стабилизируем метрики */
  size-adjust: 98%;
  /* при желании можно добавить метрики, если захочешь добить нулевой сдвиг:
     ascent-override: 92%;
     descent-override: 24%;
     line-gap-override: 0%;
  */
}

@font-face {
  font-family: 'Inter';
  src: url('/templates/scatpuke/fonts/subset-Inter-Regular.woff2') format('woff2'),
       url('/templates/scatpuke/fonts/subset-Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F;
  size-adjust: 98%;
  /* метрики — опционально, по аналогии как выше */
  /* ascent-override: 92%; descent-override: 24%; line-gap-override: 0%; */
}

/* мелкая страховка от подмены начертания браузером */
html { font-synthesis-weight: none; font-synthesis-style: none; }
