/* ==============================================
   fonts.css — Локальные шрифты
   Nunito Sans v19 | Roboto v51 | Fira Code
   ============================================== */

/* Nunito Sans */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito-sans-v19-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/nunito-sans-v19-cyrillic_latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/nunito-sans-v19-cyrillic_latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/nunito-sans-v19-cyrillic_latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/nunito-sans-v19-cyrillic_latin-900.woff2') format('woff2');
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-v51-cyrillic_latin-regular.woff2') format('woff2');
}

/* Fira Code — для пинкода, перечёркнутый ноль */
/* Скачать: gwfh.mranftl.com/fonts/fira-code → regular → cyrillic+latin */
/* ВАЖНО: после скачивания проверьте точное имя файла и поправьте путь ниже */
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fira-code-v27-cyrillic_latin-regular.woff2') format('woff2');
}
