/**
 * Google Fonts - Local Font Definitions
 * Используются variable fonts с поддержкой всех языков и весов
 * Note: Font URLs are overridden by inline <style> blocks in templates with versioned URLs
 */

/* IBM Plex Sans - Variable Font (поддерживает все веса и языки, включая немецкие умляуты) */
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('/static/assets/fonts/IBMPlexSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C0-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('/static/assets/fonts/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C0-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF;
}

/* Oswald - Variable Font (поддерживает все веса и языки, включая кириллицу) */
@font-face {
  font-family: 'Oswald';
  src: url('/static/assets/fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C0-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF, U+0400-04FF;
}

/* PT Sans Narrow - Narrow font with excellent Cyrillic support */
@font-face {
  font-family: 'PT Sans Narrow';
  src: url('/static/assets/fonts/PTSansNarrow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C0-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF, U+0400-04FF;
}

@font-face {
  font-family: 'PT Sans Narrow';
  src: url('/static/assets/fonts/PTSansNarrow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C0-00FF, U+0100-017F, U+0180-024F, U+1E00-1EFF, U+0400-04FF;
}

