:root {
  /* colors (Figma fills/strokes) */
  --color-white: #ffffff; /* fill_ABCZ3D */
  --color-black: #000000; /* fill_XYX7KC */
  --color-olive-900: #293025; /* fill_KQVL24 */
  --color-olive-800: #4F6643; /* fill_KQVL24 */
  --color-header-bg: rgba(41, 48, 37, 0.35); /* fill_FEF453 */
  --color-white-70: rgba(255, 255, 255, 0.7); /* fill_ULNPOC */
  --color-stroke-muted: #787b76; /* stroke_UAXA7G */
  --color-sand-100: #f0ebe3; /* fill_KDGD2Z */
  --color-sand-300: #d7c6af; /* fill_W0SLY0 */

  --color-green-gradient: linear-gradient(
    90deg,
    rgba(41, 48, 37, 1) 0%,
    rgba(128, 150, 116, 1) 100%
  ); /* fill_NU7ZFN */

  /* typography (Figma text styles) */
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --font-display: "Russo One", var(--font-sans);
  --font-body: Arial, var(--font-sans); /* style_KXF2PA */

  --fs-14: 14px; /* style_MHTI5X + style_BGWTS4 */
  --fs-18: 18px; /* style_VTYTMY */
  --fs-20: 20px; /* style_MOS6NG */
  --fs-30: 30px; /* style_PVZ5YW + style_16DTGB */
  --fs-46: 46px; /* style_RXP8JC + style_EU0V5E + style_7U17B8 */
  --lh-russo: 1.2; /* most Russo One styles */
  --lh-russo-1205: 1.2;
  --lh-arial: 1.4;

  --fs-56: 56px; /* style_QWJ2ZU */
  --lh-hero: 1.1400000027;

  /* layout */
  --container-max: 1400px; /* layout_FHKBK6 width */
  --header-h: 86px; /* layout_IW2UNL height */
  /* header responsive (Figma: 89:457 / 89:426 / 89:2) */
  --header-padding-x: 10px; /* layout_9GILB4, layout_9THPGK */
  --bp-header-full-nav: 1300px; /* Служба - 1300: полное меню в шапке */

  /* spacing */
  --space-10: 10px;
  --space-15: 15px;
  --space-30: 30px;
  --space-60: 60px;

  /* effects */
  --hero-overlay: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

@media (min-width: 1300px) {
  :root {
    --header-padding-x: 60px; /* layout_0YVL7J */
  }
}
