:root{
  --c-bg: #edf1e4;
  --c-surface: #e2e8d3;
  --c-text: #1d2418;
  --c-muted: #5d6553;
  --c-line: color-mix(in srgb, #1d2418 14%, transparent);
  --c-accent: #3c5f2b;
  --c-accent-600: #345325;
  --c-accent-700: #2c4620;
  --c-accent-800: #233719;
  --c-accent-tint: #dde7d2;
  --c-accent-ink: #fbfdf6;
  --c-accent-soft: color-mix(in srgb, #3c5f2b 14%, transparent);
  --grad: #3c5f2b;
  --f-body: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --f-head: "Bitter", "PT Serif", Georgia, "Times New Roman", serif;
  --f-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --w-h1: 700;
  --w-h2: 700;
  --s-h1: clamp(30px, 4.7vw, 60px);
  --s-h2: clamp(23px, 3.0vw, 41px);
  --s-body: 18px;
  --r-card: 12px;
  --r-btn: 8px;
  --r-pill: 999px;
  --wrap: 1120px;
  --prose: 720px;
  --gap: 22px;
  --section: clamp(72px, 6.8vw, 104px);
  --shadow: 0 1px 2px rgba(42, 53, 32, .10), 0 8px 18px -8px rgba(42, 53, 32, .18), 0 22px 46px -20px rgba(42, 53, 32, .22);
  --border: 1px solid var(--c-line);
}
html{--layout: landing;}
body{--layout-name: "landing";}
