/**
 * Generated from Fly.io — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #24175b;
  --surface: #1f1748;
  --surface-alt: #1f1748;
  --text: #fbf2e4;
  --text-dim: #fbf2e4;
  --text-faint: #5b537a;
  --brand: #7c3aed;
  --on-brand: #ffffff;
  --border: #ffffff1a;
  --border-strong: #ffffff33;
  --success: #34d399;
  --warning: #f59e0b;
  --danger: #f87171;

  /* full color palette */
  --color-bg: #24175b;
  --color-bg-deep: #15103d;
  --color-bg-cream: #fbf2e4;
  --color-bg-elev-1: #1f1748;
  --color-bg-elev-2: #2a1f6b;
  --color-surface: #1f1748;
  --color-surface-cream: #f4ead7;
  --color-surface-cream-deep: #ede0c4;
  --color-brand: #7c3aed;
  --color-brand-hover: #9061f5;
  --color-brand-pressed: #6929d4;
  --color-brand-deep: #5b21b6;
  --color-brand-glow: #7c3aed33;
  --color-on-brand: #ffffff;
  --color-accent: #a78bfa;
  --color-accent-hover: #c4b5fd;
  --color-accent-warm: #f59e0b;
  --color-accent-warm-soft: #fbbf24;
  --color-accent-soft: #7c3aed1f;
  --color-link: #a78bfa;
  --color-link-hover: #c4b5fd;
  --color-link-visited: #8b6cd9;
  --color-link-cream: #5b21b6;
  --color-selected: #7c3aed26;
  --color-disabled: #3a2f5f;
  --color-disabled-text: #6b5d8a;
  --color-text: #fbf2e4;
  --color-text-ink: #15103d;
  --color-text-heading: #fbf2e4;
  --color-text-muted: #a89dc8;
  --color-text-soft: #867aa8;
  --color-text-faint: #5b537a;
  --color-text-disabled: #6b5d8a;
  --color-text-cream-heading: #15103d;
  --color-text-cream-body: #2a1f4d;
  --color-text-cream-muted: #5b507a;
  --color-border: #ffffff1a;
  --color-border-soft: #ffffff0d;
  --color-border-strong: #ffffff33;
  --color-border-ink: #15103d33;
  --color-border-ink-strong: #15103d4d;
  --color-border-brand: #7c3aed66;
  --color-shadow-ambient: rgba(0,0,0,0.25);
  --color-shadow-standard: rgba(15,16,61,0.4);
  --color-shadow-elevated: rgba(15,16,61,0.55);
  --color-shadow-glow: rgba(124,58,237,0.3);
  --color-success: #34d399;
  --color-success-bg: #0f3a2a;
  --color-warning: #f59e0b;
  --color-warning-bg: #3a2710;
  --color-danger: #f87171;
  --color-danger-bg: #3a1818;
  --color-info: #a78bfa;
  --color-info-bg: #1f1748;

  /* type */
  --display-size: 96px;
  --h1-size: 56px;
  --h2-size: 42px;
  --body-size: 17px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 6px;
  --radius-card: 18px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Mackinac', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Fricolage Grotesque', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Fragment Mono', ui-monospace, monospace;
}
