@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/golos-text-latin-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2122;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/golos-text-cyrillic-400.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/golos-text-latin-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2122;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/golos-text-cyrillic-700.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

:root {
  --color-bg: #F1F2F6;
  --color-ink: #2B2A29;
  --color-ink-soft: #5C5B59;
  --color-line: #E7E6E4;
  --color-accent: #2B2A29;
  --color-accent-ink: #FFFFFF;
  --color-green: #2FB350;
  --color-banana: #FFD000;
  --gradient-banana: linear-gradient(90deg, #FFD000 0%, #A98400 100%);

  --font-family: 'Inter', 'Golos Text', -apple-system, 'Segoe UI', sans-serif;
  --fw-regular: 400;
  --fw-bold: 700;

  --container-width: 1590px;
  --container-pad: 40px;
  --header-height: 96px;

  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 40px;
  --space-10: 64px;
  --space-block: 200px;

  --radius-pill: 999px;
}
