/* Oasis Pro Services — Desert Outdoor & Property Services */
/* Theme: warm sand, burnt sienna, deep charcoal */
/* Typography: Bebas Neue (headings) + Barlow (body) */

:root {
  --bg: #F7F3EC;
  --bg-alt: #1A1814;
  --fg: #1A1814;
  --fg-alt: #F7F3EC;
  --accent: #D45A1F;
  --accent-light: rgba(212, 90, 31, 0.12);
  --muted: #8C8680;
  --text-muted: #5C5854;
  --border: rgba(26,24,20,0.08);
}