/**
 * Generated from Prisma — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f9fafb;
  --surface-alt: #f9fafb;
  --text: #1d242f;
  --text-dim: #1d242f;
  --text-faint: #1d242f;
  --brand: #14b8a6;
  --on-brand: #ffffff;
  --border: #e2e8f0;
  --border-strong: #e2e8f0;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #f9fafb;
  --color-text: #1d242f;
  --color-brand: #14b8a6;
  --color-on-brand: #ffffff;
  --color-border: #e2e8f0;

  /* type */
  --display-size: 80px;
  --h1-size: 64px;
  --h2-size: 36px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

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