/**
 * Generated from Sierra — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f6f5f3;
  --surface-alt: #f6f5f3;
  --text: #302e2d;
  --text-dim: #302e2d;
  --text-faint: #7c7873;
  --brand: #006838;
  --on-brand: #ffffff;
  --border: #e4e0dc;
  --border-strong: #d4cfc9;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-cream: #f6f5f3;
  --color-surface: #f6f5f3;
  --color-hero-bg: #05351d;
  --color-text: #302e2d;
  --color-text-heading: #222222;
  --color-on-brand: #ffffff;
  --color-on-hero: #ffffff;
  --color-brand: #006838;
  --color-brand-bright: #0a7d46;
  --color-brand-deep: #05351d;
  --color-text-soft: #55524f;
  --color-text-faint: #7c7873;
  --color-text-muted: #a39f99;
  --color-link: #006838;
  --color-link-hover: #05351d;
  --color-glass-cta: rgba(255, 255, 255, 0.10);
  --color-selected-bg: #eef0ec;
  --color-disabled: #a39f99;
  --color-border: #e4e0dc;
  --color-border-strong: #d4cfc9;
  --color-border-subtle: #efece8;
  --color-border-hero: rgba(255, 255, 255, 0.16);
  --color-success-bg: #e3efe7;
  --color-success-text: #05351d;
  --color-warning-bg: #f6ecd9;
  --color-warning-text: #6b531c;
  --color-danger-bg: #f6e4e1;
  --color-danger-text: #8a3a2e;
  --color-info-bg: #e6edf2;
  --color-info-text: #2c4a5e;

  /* type */
  --display-size: 80px;
  --h1-size: 48px;
  --h2-size: 32px;
  --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: 'GT America', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'GT America', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
