/* 
 * Roboto Condensed - Variable Font с fallback для старых браузеров
 * Современные браузеры используют Variable Font (1 файл)
 * Старые браузеры получают статические шрифты (fallback)
 */

/* Variable Font для современных браузеров (один файл для всех начертаний) */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url('./RobotoCondensed-VariableFont_wght.ttf') format('truetype-variations');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100 900;
  font-display: optional;
  src: url('./RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype-variations');
}

/* Fallback для старых браузеров (IE11, старые Android) */
/* Light 300 */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: url('./RobotoCondensed-Light.ttf') format('truetype');
}

/* Regular 400 */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('./RobotoCondensed-Regular.ttf') format('truetype');
}

/* Bold 700 */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('./RobotoCondensed-Bold.ttf') format('truetype');
}

/* Italic 400 */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: optional;
  src: url('./RobotoCondensed-Italic.ttf') format('truetype');
}

/* Bold Italic 700 */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: optional;
  src: url('./RobotoCondensed-BoldItalic.ttf') format('truetype');
} 