/* Resend design tokens */
:root {
  --color-primary: #fcfdff;
  --color-primary-on: #000000;
  --color-ink: #fcfdff;
  --color-body: rgba(252,253,255,0.86);
  --color-charcoal: rgba(252,253,255,0.7);
  --color-mute: #a1a4a5;
  --color-ash: #888e90;
  --color-stone: #464a4d;
  --color-on-light: #000000;
  --color-on-light-mute: rgba(0,0,51,0.7);
  --color-canvas: #000000;
  --color-surface-card: #0a0a0c;
  --color-surface-elevated: #101012;
  --color-surface-deep: #06060a;
  --color-hairline: rgba(255,255,255,0.06);
  --color-hairline-strong: rgba(255,255,255,0.14);
  --color-divider-soft: rgba(255,255,255,0.04);
  --color-accent-orange: #ff801f;
  --color-accent-orange-glow: rgba(255,89,0,0.22);
  --color-accent-yellow: #ffc53d;
  --color-accent-blue: #3b9eff;
  --color-accent-blue-glow: rgba(0,117,255,0.34);
  --color-accent-green: #11ff99;
  --color-accent-green-glow: rgba(34,255,153,0.18);
  --color-accent-red: #ff2047;
  --color-accent-red-glow: rgba(255,32,71,0.34);
  --color-link: #3b9eff;
  --color-surface-light: #f1f7fe;
  --font-primary: 'Domaine Display', system-ui, sans-serif;
  --font-family-2: 'ABC Favorit', system-ui, sans-serif;
  --font-family-3: 'Inter', system-ui, sans-serif;
  --font-family-4: 'Helvetica', system-ui, sans-serif;
  --font-family-5: 'Geist Mono', system-ui, sans-serif;
  --text-display-xxl: 96px;
  --leading-display-xxl: 1;
  --tracking-display-xxl: -0.96px;
  --text-display-xl: 76.8px;
  --leading-display-xl: 1;
  --tracking-display-xl: -0.768px;
  --text-display-lg: 56px;
  --leading-display-lg: 1.2;
  --tracking-display-lg: -2.8px;
  --text-heading-md: 24px;
  --leading-heading-md: 1.5;
  --tracking-heading-md: -0.4px;
  --text-heading-sm: 20px;
  --leading-heading-sm: 1.3;
  --tracking-heading-sm: -0.3px;
  --text-subtitle: 20px;
  --leading-subtitle: 1.3;
  --text-body-lg: 18px;
  --leading-body-lg: 1.5;
  --text-body-md: 16px;
  --leading-body-md: 1.5;
  --tracking-body-md: -0.8px;
  --text-body-sm: 14px;
  --leading-body-sm: 1.43;
  --text-button-md: 14px;
  --leading-button-md: 1.43;
  --text-button-sm: 14px;
  --leading-button-sm: 1.43;
  --tracking-button-sm: 0.35px;
  --text-caption: 12px;
  --leading-caption: 1.5;
  --text-caption-emph: 14px;
  --leading-caption-emph: 1;
  --text-code-md: 13px;
  --leading-code-md: 1.6;
  --spacing-xxs: 2px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 12px;
  --spacing-lg: 16px;
  --spacing-xl: 24px;
  --spacing-xxl: 32px;
  --spacing-xxxl: 48px;
  --spacing-section: 96px;
  --spacing-band: 128px;
  --radius-none: 0px;
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
}
