/* Generated design tokens. Edited from the admin design panel, not by hand. */
:root {
  --ui-brand-50: oklch(0.980 0.003 85);
  --ui-brand-100: oklch(0.958 0.005 85);
  --ui-brand-200: oklch(0.912 0.007 85);
  --ui-brand-300: oklch(0.840 0.009 85);
  --ui-brand-400: oklch(0.740 0.010 85);
  --ui-brand-500: oklch(0.620 0.012 85);
  --ui-brand-600: oklch(0.500 0.012 85);
  --ui-brand-700: oklch(0.380 0.010 85);
  --ui-brand-800: oklch(0.280 0.008 85);
  --ui-brand-900: oklch(0.200 0.005 85);
  --ui-accent-400: oklch(0.812 0.103 79);
  --ui-accent-500: oklch(0.746 0.110 79);
  --ui-accent-600: oklch(0.664 0.106 79);
  --ui-nav-text: oklch(0.223 0.012 258);
  --ui-nav-text-muted: oklch(0.446 0.011 258);
  --ui-canvas: oklch(0.984 0.002 250);
  --ui-surface: oklch(1 0 0);
  --ui-surface-muted: oklch(0.973 0.003 250);
  --ui-surface-sunken: oklch(0.955 0.004 250);
  --site-font-heading: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
  --site-font-body: ui-sans-serif, system-ui, sans-serif;
  --site-text-scale: 1;
  --ui-text: oklch(0.223 0.012 258);
  --ui-text-muted: oklch(0.446 0.011 258);
  --site-radius: 0.125rem;
  --site-container: 68rem;
  --site-section-y: clamp(5rem, 9vw, 9rem);
}
