:root {
  --ink: #191e21;
  --ink-soft: #242a2e;
  --paper: #f4f4f1;
  --white: #ffffff;
  --orange: #ff6b00;
  --muted: rgba(255, 255, 255, 0.58);
  --muted-strong: rgba(255, 255, 255, 0.72);
  --muted-on-light: rgba(25, 30, 33, 0.70);
  --line-dark: rgba(255, 255, 255, 0.16);
  --line-light: rgba(25, 30, 33, 0.18);
  --font-display: "Golos Display", "Golos Text", Arial, sans-serif;
  --font-body: "Golos Text", Arial, sans-serif;
  --content: min(calc(100% - 64px), 1400px);
  --header-height: 82px;
  --radius-action: 8px;
  --radius-media: 10px;
  --space-section: clamp(64px, 8vw, 112px);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

@media (max-width: 720px) {
  :root {
    --content: min(calc(100% - 32px), 1400px);
    --header-height: 68px;
    --space-section: 80px;
  }
}
