/**
 * Generated from MindStudio — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fafafa;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #060606;
  --text-dim: #060606;
  --text-faint: #060606;
  --brand: #0069ff;
  --on-brand: #ffffff;
  --border: #e0e0e0;
  --border-strong: #0100ff;
  --success: #1f8f5f;
  --warning: #e6a100;
  --danger: #d44848;

  /* full color palette */
  --color-bg: #fafafa;
  --color-nav-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-muted: #f2f2f2;
  --color-hero-bg: #171b2a;
  --color-hero-teal: #16363b;
  --color-hero-purple: #27223d;
  --color-hero-magenta: #4b1835;
  --color-text: #060606;
  --color-text-muted: #585858;
  --color-text-soft: #a0a0a0;
  --color-hero-text: #ffffff;
  --color-hero-text-muted: rgba(255, 255, 255, 0.68);
  --color-brand: #0069ff;
  --color-brand-hover: #0056d6;
  --color-brand-border: #0100ff;
  --color-border: #e0e0e0;
  --color-border-strong: #0100ff;
  --color-overlay: rgba(1, 0, 0, 0.15);
  --color-success: #1f8f5f;
  --color-warning: #e6a100;
  --color-danger: #d44848;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 56px;
  --h1-size: 40px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
