/**
 * Generated from Coda — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #212121;
  --text-dim: #212121;
  --text-faint: #717171;
  --brand: #0066ff;
  --on-brand: #ffffff;
  --border: #e3e3e3;
  --border-strong: #cccccc;
  --success: #1a7f4b;
  --warning: #9a6400;
  --danger: #c0392b;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-muted: #f0f0f0;
  --color-text: #212121;
  --color-text-muted: #444444;
  --color-text-faint: #717171;
  --color-brand: #0066ff;
  --color-brand-hover: #0052cc;
  --color-brand-soft: #e6efff;
  --color-cta-primary: #000000;
  --color-on-brand: #ffffff;
  --color-accent: #f8ad40;
  --color-accent-cream: #fff6ec;
  --color-accent-callout: #ffe6c9;
  --color-accent-warm: #f0e5dc;
  --color-block-green: #006838;
  --color-border: #e3e3e3;
  --color-border-soft: #ededed;
  --color-border-strong: #cccccc;
  --color-success: #1a7f4b;
  --color-success-bg: #e7f4ec;
  --color-warning: #9a6400;
  --color-warning-bg: #fff3df;
  --color-danger: #c0392b;
  --color-danger-bg: #fbeae8;
  --color-info: #0066ff;
  --color-info-bg: #e6efff;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 38px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* 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: 'Calibre-R', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
