/* Generated design tokens. Edited from the admin design panel, not by hand. */
:root {
  --ui-brand-50: #eef2fb;
  --ui-brand-100: #d9e2f5;
  --ui-brand-200: #b3c5ec;
  --ui-brand-300: #82a0de;
  --ui-brand-400: #5178cc;
  --ui-brand-500: #2f57b5;
  --ui-brand-600: #1e3f94;
  --ui-brand-700: #17316f;
  --ui-brand-800: #12254f;
  --ui-brand-900: #0c1836;
  --ui-accent-400: #f0c869;
  --ui-accent-500: #d9a635;
  --ui-accent-600: #b8841f;
  --site-font-heading: Georgia, 'Times New Roman', serif;
  --site-font-body: ui-sans-serif, system-ui, sans-serif;
  --site-radius: 0.375rem;
  --site-container: 82rem;
  --site-section-y: clamp(3.5rem, 7vw, 6.5rem);
}
