/**
 * Generated from Airtable — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f8fafc;
  --surface-alt: #f8fafc;
  --text: #181d26;
  --text-dim: #181d26;
  --text-faint: #9297a0;
  --brand: #181d26;
  --on-brand: #ffffff;
  --border: #dddddd;
  --border-strong: #9297a0;
  --success: #006400;
  --warning: #d9a441;
  --danger: #c41c1c;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f8fafc;
  --color-bg-strong: #e0e2e6;
  --color-bg-dark: #181d26;
  --color-bg-dark-elevated: #1d1f25;
  --color-surface: #f8fafc;
  --color-text: #181d26;
  --color-text-body: #333840;
  --color-text-muted: #41454d;
  --color-text-faint: #9297a0;
  --color-brand: #181d26;
  --color-brand-active: #0d1218;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-link: #1b61c9;
  --color-link-active: #1a3866;
  --color-border: #dddddd;
  --color-border-strong: #9297a0;
  --color-border-soft: #eceef0;
  --color-signature-coral: #aa2d00;
  --color-signature-forest: #0a2e0e;
  --color-signature-cream: #f5e9d4;
  --color-signature-peach: #fcab79;
  --color-signature-mint: #a8d8c4;
  --color-signature-yellow: #f4d35e;
  --color-signature-mustard: #d9a441;
  --color-pricing-ink: #1d1f25;
  --color-info: #254fad;
  --color-info-border: #458fff;
  --color-success: #006400;
  --color-success-border: #39bf45;
  --color-danger: #c41c1c;
  --color-warning: #d9a441;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 16px;
  --body-line-height: 1.25;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 48px;
  --space-xl: 96px;

  /* fonts */
  --font-display: 'Haas Groot Disp', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Haas', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
