/*
 * Локальные шрифты темы IVA Courses.
 *
 * ⚠️ ЛИЦЕНЗИОННЫЙ РИСК — Bebas Neue (Bold/Book/Light/Thin):
 * Файлы взяты из прототипа (landing/BebasNeue/*), рядом лежал файл
 * "Bebas Neue - SIL Open Font License 1.1.pdf" — НО его реальное содержимое
 * это коммерческий EULA от Dharma Type (не настоящий SIL OFL, несмотря на
 * название файла). В тексте EULA прямо указано:
 *   "Converting to web font format such as WOFF and EOT or using TTF with
 *    @font-face linking is NOT allowed. You may purchase web font license..."
 * То есть использование этих файлов через @font-face на сайте формально
 * ЗАПРЕЩЕНО без отдельно купленной веб-лицензии. Официальная бесплатная
 * версия Bebas Neue (реально под SIL OFL, fonts.google.com/specimen/Bebas+Neue)
 * включает только начертание Regular.
 * Здесь эти файлы подключены ТОЛЬКО потому, что физически присутствовали
 * в переданном прототипе и по ним нельзя было понять лицензию не разобравшись.
 * ПЕРЕД ПУБЛИЧНЫМ РЕЛИЗОМ САЙТА ОБЯЗАТЕЛЬНО: либо купить веб-лицензию на
 * Bold/Book/Light/Thin у Dharma Type, либо заменить эти начертания на
 * бесплатный Regular + font-weight через браузерное псевдо-жирение, либо
 * на другой шрифт. См. памятку контент-менеджеру/итоговый отчёт.
 *
 * IBM Plex Mono — открытый шрифт (SIL Open Font License), подключён локально
 * (начертания 400/500/600/700, кириллица + латиница) вместо запроса
 * к Google Fonts на каждой загрузке страницы — быстрее и не зависит от
 * доступности fonts.googleapis.com.
 */


/* ─── BEBAS NEUE ─── */
@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeue/BebasNeue-Regular.ttf') format('truetype'),
	     url('../fonts/BebasNeue/BebasNeue-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeue/BebasNeue-Bold.ttf') format('truetype'),
	     url('../fonts/BebasNeue/BebasNeue-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeue/BebasNeue-Book.ttf') format('truetype'),
	     url('../fonts/BebasNeue/BebasNeue-Book.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeue/BebasNeue-Light.ttf') format('truetype'),
	     url('../fonts/BebasNeue/BebasNeue-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeue/BebasNeue-Thin.ttf') format('truetype'),
	     url('../fonts/BebasNeue/BebasNeue-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

/* ─── IBM PLEX MONO (локально, cyrillic + latin) ─── */
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/IBMPlexMono/ibm-plex-mono-400-cyrillic.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/IBMPlexMono/ibm-plex-mono-400-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/IBMPlexMono/ibm-plex-mono-500-cyrillic.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/IBMPlexMono/ibm-plex-mono-500-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/IBMPlexMono/ibm-plex-mono-600-cyrillic.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/IBMPlexMono/ibm-plex-mono-600-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/IBMPlexMono/ibm-plex-mono-700-cyrillic.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/IBMPlexMono/ibm-plex-mono-700-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
