/* Sunset — default theme, matches the live site */
:root {
  --color-brand:             #F97639;
  --color-brand-dark:        #D95C1E;
  --color-brand-light:       #FB9668;
  --color-brand-subtle:      #FEF0E8;
  --color-brand-subtle-dark: #3A1A08;
  --color-cream:             #F0EFEB;
  --color-cream-dark:        #E8E6E1;
  --color-canvas:            #FCFCFC;
  --color-slate-page:        #140904;
  --color-slate-card:        #150a04;
  --color-slate-hover:       #3D1E0C;
  --color-slate-border:      #4A2510;
  --font-sans:    'DM Sans', system-ui, sans-serif;
  --font-heading: 'Inter', system-ui, sans-serif;
}
