/**
 * Generated from Zora — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fffaee;
  --surface: #fffaee;
  --surface-alt: #fffaee;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #5a3eff;
  --on-brand: #ffffff;
  --border: #e8dcb8;
  --border-strong: #c9b97e;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fffaee;
  --color-bg-strong: #fff3d6;
  --color-bg-vivid: #fff0c2;
  --color-bg-dark: #000000;
  --color-bg-dark-elev: #1a1a1a;
  --color-surface-card: #ffffff;
  --color-surface-card-hover: #fff3d6;
  --color-text: #000000;
  --color-text-body: #1a1a1a;
  --color-text-muted: #5a5a5a;
  --color-text-subtle: #8a8a8a;
  --color-text-on-dark: #fffaee;
  --color-text-on-dark-soft: #a8a8a8;
  --color-brand: #5a3eff;
  --color-brand-hover: #3f29c2;
  --color-brand-active: #2e1f99;
  --color-brand-soft: #5a3eff1a;
  --color-brand-glow: rgba(90,62,255,0.40);
  --color-on-brand: #ffffff;
  --color-accent-orange: #ff5b00;
  --color-accent-orange-soft: #ff5b001a;
  --color-accent-yellow: #ffd400;
  --color-accent-mint: #00d8a8;
  --color-border: #e8dcb8;
  --color-border-soft: #f0e6c4;
  --color-border-strong: #c9b97e;
  --color-semantic-up: #00b87a;
  --color-semantic-up-soft: #00b87a1a;
  --color-semantic-down: #e64545;
  --color-semantic-down-soft: #e645451a;
  --color-semantic-warning: #ff5b00;
  --color-semantic-info: #5a3eff;
  --color-focus-ring: rgba(90,62,255,0.40);
  --color-scrim: rgba(0,0,0,0.55);
  --color-link: #5a3eff;
  --color-link-hover: #3f29c2;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 14px;
  --radius-card: 14px;
  --radius-pill: 999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Zora Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter Tight', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
