:root{
  --brand:#F92F0B;
  --brand-dark:#F92F0B;
  --accent:#F92F0B;
  --accent-dark:#F92F0B;
  --dark:#203360;
  --text:#3E4E65;
  --muted:#8D9A90;
  --bg:#FFFFFF;
  --card:#FFFFFF;
  --panel:#FFFFFF;
  --surface:#FFFFFF;
  --surface-soft:#FFFFFF;
  --line:#e6e9f0;
  --header-bg:#0EA9EC;
  --header-text:#FFFFFF;
  --footer-bg:#971C1C;
  --footer-text:#FAF4F4;
  --hero-start:#07A64C;
  --hero-end:#BA3408;
  --hero-heading:#FFFFFF;
  --hero-text:#65766C;
  --button-text:#FFFFFF;
  --brand-rgb:249,47,11;
  --brand-dark-rgb:249,47,11;
  --hero-start-rgb:7,166,76;
  --hero-end-rgb:186,52,8;
}
body{background:var(--bg)!important;color:var(--text)}
.home-hero-title,.hero-title{color:var(--hero-heading)!important}
.home-hero-copy p,.home-hero-subtitle,.hero-subtitle,.hero-chip,.hero-search-label,.hero-caption,.hero-count{color:var(--hero-text)!important}
.btn-primary,.book-btn,.rchoice-book-btn{color:var(--button-text)!important}
.footer-shell{
  --footer-bg:#971c1c;
  --footer-text:#faf4f4;
  --footer-muted:#ffe7dc;
  --footer-border:rgba(255,255,255,.35);
}
