:root {
  --accent:           #c8401a;
  --bg:               #F8F7F4;
  --color-text:       #1a1a1a;
  --color-text-muted: #6b6b6b;
  --color-border:     #e0ddd8;
  --color-white:      #ffffff;
  --font-heading:     'Bebas Neue', sans-serif;
  --font-body:        'Abel', 'Nunito Sans', sans-serif;
  --text-sm:    0.875rem;
  --text-base:  1rem;
  --text-lg:    1.125rem;
  --text-xl:    1.5rem;
  --text-2xl:   2rem;
  --text-3xl:   3rem;
  --space-xs:   0.25rem;
  --space-sm:   0.5rem;
  --space-md:   1rem;
  --space-lg:   1.5rem;
  --space-xl:   2rem;
  --space-2xl:  3rem;
  --space-3xl:  4rem;
  --radius: 0;
  --shadow: 0 2px 8px rgba(0,0,0,0.08);
}
