/**
 * Generated from v0 — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fafafa;
  --surface: #f2f2f2;
  --surface-alt: #f2f2f2;
  --text: #262626;
  --text-dim: #262626;
  --text-faint: #cfcfcf;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: rgba(0, 0, 0, 0.078);
  --border-strong: rgba(0, 0, 0, 0.14);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fafafa;
  --color-bg-pure: #ffffff;
  --color-surface: #f2f2f2;
  --color-surface-soft: #f0f0f0;
  --color-surface-strong: #e6e6e6;
  --color-text: #262626;
  --color-text-strong: #000000;
  --color-text-medium: #525252;
  --color-text-muted: #7c7c7c;
  --color-text-deep: #969696;
  --color-text-soft: #bababa;
  --color-text-faint: #cfcfcf;
  --color-brand: #000000;
  --color-brand-deep: #000000;
  --color-brand-soft: rgba(0, 0, 0, 0.08);
  --color-on-brand: #ffffff;
  --color-link: #000000;
  --color-link-hover: #525252;
  --color-selected-bg: #f2f2f2;
  --color-disabled: #bababa;
  --color-border: rgba(0, 0, 0, 0.078);
  --color-border-strong: rgba(0, 0, 0, 0.14);
  --color-border-subtle: rgba(0, 0, 0, 0.05);
  --color-border-focus: #000000;
  --color-success-bg: #f0f7f1;
  --color-success-text: #1f6b3e;
  --color-warning-bg: #fef6e4;
  --color-warning-text: #7a5a14;
  --color-danger-bg: #fbebec;
  --color-danger-text: #9a2c34;
  --color-info-bg: #f2f2f2;
  --color-info-text: #262626;

  /* type */
  --display-size: 48px;
  --h1-size: 32px;
  --h2-size: 24px;
  --body-size: 14px;
  --label-size: 12px;
  --body-line-height: 1.55;
  --display-tracking: -0.04em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 12px;
  --space-xl: 20px;

  /* fonts */
  --font-display: 'GeistSans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'GeistSans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'GeistMono', ui-monospace, monospace;
}
