/* Roboto Regular 400 - NEO Project */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('roboto-regular.woff2') format('woff2');
}

/* Применяем Roboto ко всему проекту (без !important для совместимости с иконками) */
body, div, span, p, a, li, td, th, label, input, select, textarea, button {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
}

/* Отключаем bold для заголовков */
b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
