/* Vercel reference tokens. */
@theme {
  --color-cloud-canvas: #fafafa;
  --color-storm-gray-wash: #f0fbff;
  --color-text-primary: #171717;
  --color-text-secondary: #4d4d4d;
  --color-graphite-accent: #000000;
  --color-border-light: #ebebeb;
  --color-border-neutral: #666666;
  --color-text-muted: #7d7d7d;
  --color-sky-blue-accent: #52aeff;
  --color-vivid-crimson: #e5484d;
  --color-vivid-teal: #45dec5;
  --color-electric-blue: #0070f3;
  --color-conic-gradient: #eeca2d;
  --spacing-radius-large: 12px;
  --spacing-radius-pills: 100px;
  --spacing-radius-buttons: 9999px;
  --spacing-radius-default: 6px;
  --spacing-radius-minimal: 6px;
  --spacing-elementgap: 12px;
  --spacing-sectiongap: 48px;
  --spacing-cardpadding: 12px;
  --radius-large: 12px;
  --radius-pills: 100px;
  --radius-buttons: 9999px;
  --radius-default: 6px;
  --radius-minimal: 6px;
}