/* === Локальные шрифты: Roboto и Inter (только латиница) === */
@font-face {
  font-family: 'Roboto';
  src: url('/templates/ScatFetish/fonts/subset-Roboto-Regular.woff2') format('woff2'),
       url('/templates/ScatFetish/fonts/subset-Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F; /* Latin + Latin Extended */
}

@font-face {
  font-family: 'Inter';
  src: url('/templates/ScatFetish/fonts/subset-Inter-Regular.woff2') format('woff2'),
       url('/templates/ScatFetish/fonts/subset-Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F;
}

