:root {
  --homey-bg: #FFF9F1;
  --homey-surface: #fffdf8; --homey-text: #292724;
  --homey-star: #F5C84C; --homey-coral: #E98978;
  --homey-sage: #A8B99D; --homey-sky: #AFC8DC;
  --homey-border: rgba(41,39,36,.16); --homey-muted: #68635d;
  --font-heading: Georgia, 'Times New Roman', serif; --font-body: Inter, ui-rounded, system-ui, -apple-system, sans-serif;
  --space-xs:.5rem; --space-sm:.875rem; --space-md:1.5rem; --space-lg:2.5rem; --space-xl:clamp(3.5rem,6vw,5.5rem);
  --radius-sm:.5rem; --radius-md:1rem; --radius-lg:1.75rem;
  --shadow-paper: 0 12px 32px rgba(70,54,35,.09); --motion-fast:150ms; --motion-normal:280ms; --ease:cubic-bezier(.2,.8,.2,1);
  --container: 82rem; --narrow: 46rem;
}
