@font-face {
  font-family: "Pepsi Owners";
  src: url("../assets/fonts/PepsiOwners-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pepsi Owners";
  src: url("../assets/fonts/PepsiOwners-Extended.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pepsi Owners Compressed";
  src: url("../assets/fonts/PepsiOwners-Compressed.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Цвета (design/tokens.json → colors) */
  --color-globe-blue: #0e0e96;
  --color-electric-blue: #0025ff;
  --color-globe-red: #ff1400;
  --color-white: #ffffff;
  --color-black: #000000;

  /* Шрифты */
  --font-display: "Pepsi Owners", "Arial Narrow", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  /* Радиусы */
  --radius-button: 30px;
  --radius-card: 20px;
  --radius-faq-card: 16px;
  --radius-result-card: 16px;

  /* Контейнер */
  --container-width: 1220px;
  --container-padding: 20px;
}
