/**
 * Generated from fal — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #9ca3af;
  --brand: #252527;
  --on-brand: #fafafa;
  --border: #e5e7eb;
  --border-strong: #d1d5db;
  --success: #16a34a;
  --warning: #d97706;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafafa;
  --color-surface: #ffffff;
  --color-surface-elevated: #ffffff;
  --color-surface-dark: #0a0a0a;
  --color-surface-soft: #f5f5f5;
  --color-text: #000000;
  --color-text-body: #1b1b1d;
  --color-text-muted: #6b7280;
  --color-text-faint: #9ca3af;
  --color-text-on-dark: #fafafa;
  --color-brand: #252527;
  --color-brand-hover: #0a0a0a;
  --color-on-brand: #fafafa;
  --color-border: #e5e7eb;
  --color-border-strong: #d1d5db;
  --color-border-soft: #f0f0f0;
  --color-success: #16a34a;
  --color-warning: #d97706;
  --color-danger: #dc2626;
  --color-info: #2563eb;

  /* type */
  --display-size: 120px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

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