/* RooftopXL brand color tokens
   Source: media/brand/rooftopxl-color-palette.png
   Also listed in data/brand-colors.json
*/
:root {
  --rxl-soft-mint: #eaf4f4;
  --rxl-action: #0be084;
  --rxl-muted-teal: #30c195;
  --rxl-forest: #01614c;
  --rxl-near-black: #031819;
  --rxl-charcoal: #062323;
  /* Contrast accent (true copper, not orange) */
  --rxl-copper: #b87333;
}

/* Usage guide:
   --rxl-action (#0be084): buttons / CTAs only
   --rxl-muted-teal / --rxl-forest: eyebrows, text links
   --rxl-copper (#b87333): contrast accents on dark cards / surfaces
   --rxl-near-black / --rxl-charcoal: dark surfaces
   --rxl-soft-mint: light backgrounds
*/
