/**
 * Generated from Framer — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fafafa;
  --surface-alt: #fafafa;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #bfbfbf;
  --brand: #0099ff;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #cccccc;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-elev: #fafafa;
  --color-bg-elev-2: #f2f2f2;
  --color-surface: #fafafa;
  --color-surface-2: #f2f2f2;
  --color-surface-3: #ebebeb;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #666666;
  --color-text-soft: #999999;
  --color-text-faint: #bfbfbf;
  --color-text-on-brand: #ffffff;
  --color-brand: #0099ff;
  --color-brand-hover: #0080d6;
  --color-brand-active: #0066ad;
  --color-accent-cyan: #00d2ff;
  --color-accent-magenta: #ff00aa;
  --color-accent-orange: #ff6b00;
  --color-accent-violet: #7c3aed;
  --color-accent-pink: #ff66cc;
  --color-accent-blue-deep: #0044ff;
  --color-border: #e5e5e5;
  --color-border-strong: #cccccc;
  --color-border-subtle: #f0f0f0;
  --color-success: #22c55e;
  --color-success-bg: #dcfce7;
  --color-warning: #f59e0b;
  --color-warning-bg: #fef3c7;
  --color-danger: #ef4444;
  --color-danger-bg: #fee2e2;
  --color-info: #0099ff;
  --color-info-bg: #dbeafe;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 128px;
  --h1-size: 64px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: -0.05em;

  /* shape */
  --radius-button: 10px;
  --radius-card: 40px;
  --radius-pill: 9999px;

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

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