:root {
  --bg: #0b0b0b;
  --surface: #111;
  --fg: #f3f1ec;
  --muted: #a8a39a;
  --line: rgba(243, 241, 236, 0.22);
  --orange: #ff4b12;
  --space-1: clamp(0.5rem, 0.8vw, 0.75rem);
  --space-2: clamp(0.9rem, 1.5vw, 1.5rem);
  --space-3: clamp(1.5rem, 3vw, 3rem);
  --space-4: clamp(3rem, 7vw, 7rem);
  --page: min(100% - 2rem, 92rem);
  --display-sans: Arial, Helvetica, sans-serif;
  --editorial-serif: Georgia, 'Times New Roman', serif;
  --signal-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  --type-body: 1rem;
  --type-label: 0.75rem;
  --tracking-display: -0.04em;
  --header-height: 4rem;
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
}
