/* GENERATED from design-tokens.json by scripts/gen-tokens.py — do not edit by hand. */
:root {
  --grid-margin: 80px;
  --color-bg: #080808;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-ink: #16161C;
  --color-muted: rgba(0,0,0,0.6);
  --color-white-82: rgba(255,255,255,0.82);
  --color-white-72: rgba(255,255,255,0.72);
  --color-white-50: rgba(255,255,255,0.5);
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-8: 64px;
  --space-10: 80px;
  --space-12: 96px;
  --radius-default: 8px;
  --radius-cta: 100px;
  --radius-tile: 4px;
  --radius-toggle: 2px;
  --type-family-sans: "Work Sans", sans-serif;
  --type-family-cta: "Inter", sans-serif;
  --type-family-brand: "Ailerons", "Work Sans", sans-serif;
  --type-stage-size: 72px;
  --type-stage-weight: 400;
  --type-stage-line: 80px;
  --type-stage-transform: uppercase;
  --type-kicker-size: 32px;
  --type-kicker-weight: 300;
  --type-section-size: 48px;
  --type-section-weight: 400;
  --type-section-line: 56px;
  --type-section-transform: uppercase;
  --type-card-size: 40px;
  --type-card-weight: 600;
  --type-card-line: 40px;
  --type-row-size: 32px;
  --type-row-weight: 500;
  --type-row-line: 40px;
  --type-lead-size: 24px;
  --type-lead-weight: 300;
  --type-lead-line: 33px;
  --type-lead-sm-size: 20px;
  --type-lead-sm-line: 29px;
  --type-body-size: 16px;
  --type-body-weight: 300;
  --type-body-line: 1.4;
  --type-small-size: 14px;
  --type-label-size: 14px;
  --type-label-weight: 300;
  --type-number-size: 88px;
  --type-number-weight: 600;
  --type-number-line: 88px;
  --type-marquee-size: 32px;
  --type-marquee-weight: 600;
  --type-marquee-line: 40px;
  --type-cta-size: 16px;
  --type-cta-line: 19px;
  --motion-ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --gradient-hero: linear-gradient(171deg, #C1493D 3%, #EA0CE2 23%, #4865C6 34%, #080808 60%);
  --gradient-num-a: linear-gradient(120deg, #4865C6 0%, #EA0CE2 55%, #C1493D 100%);
  --gradient-num-b: linear-gradient(120deg, #C1493D 0%, #EA0CE2 55%, #4865C6 100%);
  --gradient-line: linear-gradient(90deg, #C1493D 0%, #EA0CE2 50%, #4865C6 100%);
  --gradient-glow-a: linear-gradient(144deg, #250077 5%, #4DFFF3 100%);
  --gradient-glow-b: linear-gradient(144deg, #EA0CE2 5%, #250077 100%);
  --gradient-ind-default: linear-gradient(52deg, #FF4D00 1%, #3679FF 92%);
  --gradient-num-steps: linear-gradient(120deg, #EA0CE2 0%, #4865C6 100%);
}
