/* Основной шрифт для иврита (RTL) */
@font-face {
  font-family: 'Noto Sans Hebrew';
  src: url('/assets/fonts/NotoSans.woff2') format('woff2'),
       url('/assets/fonts/NotoSans.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html,
body,
.template {
  font-family: 'Noto Sans Hebrew', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
