/* Generated design tokens. Edited from the admin design panel, not by hand. */
:root {
  --ui-brand-50: #eafaf1;
  --ui-brand-100: #d1f2e0;
  --ui-brand-200: #a3e4c1;
  --ui-brand-300: #6cd0a0;
  --ui-brand-400: #3bb17e;
  --ui-brand-500: #1f8f60;
  --ui-brand-600: #146b46;
  --ui-brand-700: #0f5537;
  --ui-brand-800: #0c422b;
  --ui-brand-900: #0a3423;
  --ui-accent-400: #f0c14b;
  --ui-accent-500: #c9971c;
  --ui-accent-600: #a67c14;
  --ui-nav-text: #163a27;
  --ui-nav-text-muted: #4f6b5a;
  --site-text-scale: 1;
  --ui-text: #1c2b22;
  --ui-text-muted: #5b6b60;
  --site-radius: 0.375rem;
  --site-section-y: clamp(3.5rem, 7vw, 6.5rem);
  --site-container: 78rem;
  --ui-canvas: #fbfaf6;
  --ui-surface: #ffffff;
  --ui-surface-muted: #eef6f0;
  --ui-surface-sunken: #eef2ee;
  --site-font-heading: Georgia, 'Times New Roman', serif;
  --site-font-body: ui-sans-serif, system-ui, sans-serif;
}
