/* Snapshot of @rmdes/indiekit-endpoint-site-config's renderThemeCss(DEFAULTS) output.
   Regenerate via: node --input-type=module -e "..." (see plan Task 14 for the exact command).
   Used as fallback when /app/data/content/_data/theme.css doesn't exist. */
:root {
  --c-surface-50: 250 248 245;
  --c-surface-100: 244 242 238;
  --c-surface-200: 232 229 223;
  --c-surface-300: 213 208 200;
  --c-surface-400: 160 154 144;
  --c-surface-500: 122 116 106;
  --c-surface-600: 92 87 80;
  --c-surface-700: 63 59 53;
  --c-surface-800: 42 39 34;
  --c-surface-900: 28 27 25;
  --c-surface-950: 15 14 13;
  --c-accent-50: 249 244 239;
  --c-accent-100: 243 233 223;
  --c-accent-200: 227 205 180;
  --c-accent-300: 211 177 138;
  --c-accent-400: 183 131 67;
  --c-accent-500: 157 99 0;
  --c-accent-600: 119 74 0;
  --c-accent-700: 87 53 0;
  --c-accent-800: 56 32 0;
  --c-accent-900: 34 18 0;
  --c-accent-950: 14 5 0;
  --c-primary: 31 58 138;
  --c-link:    59 130 246;
  --c-focus:   251 191 36;
  --c-success: 22 163 74;
  --c-warning: 234 179 8;
  --c-danger:  220 38 38;
  --font-sans:  "Inter", system-ui, sans-serif;
  --font-serif: "Fraunces", Georgia, serif;
  --font-mono:  ui-monospace, ui-monospace, monospace;
}
