:root {
  /* Color tokens — Figma Variables (file TY2jvSpW2nPEumnCL8qTRA) */
  --color-background-dark: #2e2e2e;
  --color-border-default: #505050;
  --color-text-white: #ffffff;
  --color-text-muted: #aaaaaa;
  --color-text-subtle: #545454;
  --color-accent-green: #00e87a;
  --color-accent-black: #0d0d0f;
  --color-background-card: #414141;
  --color-background-surface: #3a3a3a;
  /* Not bound to a named Figma Variable in the source file — raw override found on the CTA heading layer */
  --color-heading-offwhite: #f2f2f7;
  --color-accent-green-soft: rgba(0, 232, 122, 0.1);
  --color-accent-green-8: rgba(0, 232, 122, 0.08);
  --color-accent-green-50: rgba(0, 232, 122, 0.5);
  --color-accent-green-20: rgba(0, 232, 122, 0.2);
  --color-accent-black-15: rgba(13, 13, 15, 0.15);
  --color-accent-black-20: rgba(13, 13, 15, 0.2);
  --color-overlay-dark: rgba(0, 0, 0, 0.4);
  --color-overlay-black-20: rgba(0, 0, 0, 0.2);
  --color-text-faint: #d5d5d5;

  /* Font families backing the Figma text styles */
  --font-family-inter: "Inter", sans-serif;
  --font-family-mono: "DM Mono", monospace;

  /* Spacing scale — matches the 4/8px baseline used by Auto Layout gaps/paddings in the file */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 28px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  /* Radius */
  --radius-xs: 1px;
  --radius-sm: 2px;
  --radius-md: 8px;
  --radius-lg: 16px;
  /* Value-named additions — don't fit the xs/sm/md/lg scale cleanly, kept literal to avoid renaming tokens already in use */
  --radius-4: 4px;
  --radius-6: 6px;
  --radius-12: 12px;

  /* Border widths */
  --border-width-default: 1px;
  --border-width-active: 2px;
}
