:root {
  --navy: #06345d;
  --blue: #0c74cf;
  --steel: #43739d;
  --orange: #f2761b;
  --orange-screen: #ff8a3d;
  --grey: #f2f3f4;
  --line: #e6e6e6;
  --line-strong: #d9dee3;
  --white: #fff;
  --shadow: -4.164px 4.164px 16.656px rgb(0 0 0 / 8%);
  --font-display: "Zalando Sans Expanded", Arial, sans-serif;
  --font-body: "Zalando Sans", Arial, sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --container: 1200px;
  --gutter: clamp(20px, 5vw, 64px);
  --section-space: clamp(64px, 8vw, 120px);
  --company-space: clamp(40px, 5vw, 72px);
  --header-height: 76px;
  --anchor-gap: 28px;
  --transition: 150ms ease;
}
