/* =============================================================================
   СВОЙ ШРИФТ

   1. Положите файлы в папку:  assets/fonts/
      Рекомендуется: .woff2 (основной) и при необходимости .woff

   2. Переименуйте файлы под себя или поправьте пути в @font-face ниже

   3. Раскомментируйте нужные блоки @font-face (400, 500, 600, 700)

   4. В css/styles.css в :root раскомментируйте строку --font с вашим именем

   Пока блоки закомментированы — на сайте остаётся Inter (Google Fonts).
   ============================================================================= */

@font-face {
  font-family: 'TikTok Sans';
  src: url('../assets/fonts/TikTokSans-Medium.woff2?v=2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TikTok Sans';
  src: url('../assets/fonts/TikTokSans-SemiBold.woff2?v=2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../assets/fonts/IBMPlexMono-Regular.woff2?v=2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue Cyrillic';
  src: url('../assets/fonts/bebasneuecyrillic-heCqz2gI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('../assets/fonts/JetBrainsMono-Regula.woff2?v=1') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helios';
  src: url('../assets/fonts/helios_regular.woff2?v=1') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*
@font-face {
  font-family: 'RusIndustria';
  src: url('../assets/fonts/RusIndustria-Regular.woff2') format('woff2'),
       url('../assets/fonts/RusIndustria-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RusIndustria';
  src: url('../assets/fonts/RusIndustria-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RusIndustria';
  src: url('../assets/fonts/RusIndustria-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RusIndustria';
  src: url('../assets/fonts/RusIndustria-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/
