/**
 * Generated from HeroUI — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f7f7f7;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #171717;
  --text-dim: #171717;
  --text-faint: #a1a1aa;
  --brand: #006fee;
  --on-brand: #ffffff;
  --border: #e4e4e7;
  --border-strong: #d4d4d8;
  --success: #17c964;
  --warning: #f5a524;
  --danger: #f31260;

  /* full color palette */
  --color-bg: #f7f7f7;
  --color-bg-soft: #fafafa;
  --color-surface: #ffffff;
  --color-surface-muted: #f1f1f1;
  --color-surface-control: #eeeeee;
  --color-text: #171717;
  --color-text-muted: #71717a;
  --color-text-soft: #8d8d95;
  --color-text-faint: #a1a1aa;
  --color-brand: #006fee;
  --color-brand-hover: #005bc4;
  --color-brand-soft: rgba(0, 111, 238, 0.15);
  --color-accent-pink: #ff81b9;
  --color-accent-rose: #ff8289;
  --color-accent-orange: #ff9a00;
  --color-accent-yellow: #dcbe00;
  --color-accent-green: #72db5a;
  --color-accent-cyan: #00d7ff;
  --color-accent-sky: #5dbfff;
  --color-accent-violet: #a8abff;
  --color-border: #e4e4e7;
  --color-border-subtle: rgba(228, 228, 231, 0.65);
  --color-border-strong: #d4d4d8;
  --color-focus: #006fee;
  --color-success: #17c964;
  --color-warning: #f5a524;
  --color-danger: #f31260;
  --color-on-brand: #ffffff;

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

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

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

  /* 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;
}
