/* ═══════════════════════════════════════════
   ЛОКАЛЬНЫЕ ШРИФТЫ — СГ|ПЕРЕГОРОДКИ
   Poppins как замена Unbounded (заголовки)
   system-ui как основной текстовый шрифт
═══════════════════════════════════════════ */

@font-face {
  font-family: 'SiteHeading';
  src: url('poppins-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SiteHeading';
  src: url('poppins-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SiteHeading';
  src: url('poppins-700.woff') format('woff');
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
