/**
 * Generated from Headspace — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fdf2e1;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1c1c1d;
  --text-dim: #1c1c1d;
  --text-faint: #9c9b9c;
  --brand: #ffac1d;
  --on-brand: #fdf2e1;
  --border: #1c1c1d;
  --border-strong: #c8b88f;
  --success: #42a55a;
  --warning: #e89610;
  --danger: #d63a3a;

  /* full color palette */
  --color-bg: #fdf2e1;
  --color-bg-strong: #fae5c4;
  --color-bg-soft: #fff8ec;
  --color-bg-page-light: #ffffff;
  --color-surface: #ffffff;
  --color-surface-cream: #fff8ec;
  --color-surface-elev: #ffffff;
  --color-surface-soft: #fae5c4;
  --color-brand: #ffac1d;
  --color-brand-hover: #e89610;
  --color-brand-active: #c87d04;
  --color-brand-pale: #ffe5b3;
  --color-brand-deep: #7d4f00;
  --color-brand-soft: #fff3dc;
  --color-text: #1c1c1d;
  --color-text-strong: #0e0e10;
  --color-text-muted: #535253;
  --color-text-soft: #7e7d7e;
  --color-text-faint: #9c9b9c;
  --color-text-on-brand: #1c1c1d;
  --color-text-on-dark: #fdf2e1;
  --color-link: #1c1c1d;
  --color-link-hover: #ffac1d;
  --color-border: #1c1c1d;
  --color-border-soft: #e8d9bb;
  --color-border-strong: #c8b88f;
  --color-border-input: #1c1c1d;
  --color-pastel-coral: #ff8a78;
  --color-pastel-mint: #9cd6b0;
  --color-pastel-lavender: #c5b4e3;
  --color-pastel-sky: #a8d4f0;
  --color-pastel-rose: #fcc9d8;
  --color-pastel-yolk: #ffd66e;
  --color-bg-dark: #1c1c1d;
  --color-scrim: rgba(28,28,29,0.5);
  --color-shadow-card: rgba(28,28,29,0.08);
  --color-shadow-elev: rgba(28,28,29,0.16);
  --color-success: #42a55a;
  --color-warning: #e89610;
  --color-danger: #d63a3a;
  --color-info: #3a82d6;

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

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

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

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