/**
 * Generated from Headway — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f2fdf9;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #212326;
  --text-dim: #212326;
  --text-faint: #212326;
  --brand: #0b663d;
  --on-brand: #ffffff;
  --border: #dadce0;
  --border-strong: #dadce0;
  --success: #13aa65;
  --warning: #d99524;
  --danger: #c94646;

  /* full color palette */
  --color-bg: #f2fdf9;
  --color-bg-mint: #f0f9f5;
  --color-bg-soft: #f8f8f8;
  --color-surface: #ffffff;
  --color-surface-muted: #f8f8f8;
  --color-surface-card: #ffffff;
  --color-text: #212326;
  --color-text-strong: #000000;
  --color-text-body: #353535;
  --color-text-muted: #717171;
  --color-text-soft: #949494;
  --color-brand: #0b663d;
  --color-brand-hover: #084f30;
  --color-brand-bright: #13aa65;
  --color-brand-soft: #e7f7f0;
  --color-mint-deep: #46534d;
  --color-accent-purple: #7d3f98;
  --color-accent-blue: #0067a5;
  --color-accent-sky: #0982c6;
  --color-accent-cyan: #008bcc;
  --color-border: #dadce0;
  --color-border-subtle: rgba(33, 36, 38, 0.07);
  --color-border-input: #bebebe;
  --color-focus: #0b663d;
  --color-success: #13aa65;
  --color-warning: #d99524;
  --color-danger: #c94646;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 44px;
  --h1-size: 38px;
  --h2-size: 30px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.015em;

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

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

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