/* r3-onepage tokens: the proposal's neon-terminal language. Purple-black, three neons, everything mono. */
:root {
  --color-bg: #0a090d;
  --color-surface: #121016;
  --color-text: #e8e6ee;
  --color-muted: #9793a1;
  --color-primary: #35e6e6;
  --color-primary-contrast: #062021;
  --color-secondary: #9b5cff;
  --color-accent: #25d366;
  --color-border: #2a2632;
  --color-ink: #0a090d;

  --neon-pink: #ff2d95;
  --neon-cyan: #35e6e6;
  --neon-purple: #9b5cff;
  --surface-2: #17141c;

  --font-heading: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --text-base: 1.0625rem;
  --text-lg: 1.2rem;
  --text-xl: 1.3rem;
  --text-2xl: clamp(1.4rem, 1.05rem + 1.2vw, 1.9rem);
  --text-3xl: clamp(1.7rem, 0.9rem + 3.4vw, 3.6rem);
  --leading: 1.65;

  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: clamp(3.5rem, 6vw, 6rem);
  --container: 1180px;
  --gutter: clamp(1.5rem, 4vw, 3rem);

  --radius: 12px;
  --shadow: 0 0 24px rgba(53, 230, 230, .15);
  --heading-weight: 700;
  --heading-transform: none;
}
