/* ============================================================
   SHAREGROUP TRAVEL — Waynoka · Ozark · Tulum — client theme tokens
   Palette: deep navy ink · slate-blue accent · cool mist · soft muted
   Loads AFTER bootstrap + base structural CSS. It only re-maps the
   shared CSS variables so the LOCKED booking core (property-detail
   quote widget, checkout, payment, confirmation) inherits ShareGroup
   Travel colors + fonts with zero markup edits.

   The full ShareGroup Travel design home page loads its own complete
   stylesheet (front/themes/sharegroup-travel/assets/sharegroup-travel.css)
   and does not depend on these tokens.
   ============================================================ */

:root {
  /* ---- ShareGroup Travel source palette ---- */
  --sg-ink:        #0e2a47;  /* deep navy — headings/foreground */
  --sg-night:      #08111d;  /* dark sections */
  --sg-ember:      #2c5a87;  /* slate-blue accent */
  --sg-ember-deep: #1f4061;  /* accent hover */
  --sg-ember-lt:   #93b2d2;  /* accent on dark backgrounds */
  --sg-mist:       #f7f9fc;  /* alt section background */
  --sg-mist-2:     #eaf0f7;
  --sg-muted:      #54657a;  /* body copy */
  --sg-line:       #c9d6e3;
  --sg-serif:      "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sg-sans:       "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;

  /* ---- Re-map base structural variables -> ShareGroup palette ----
     (these are the names client-owned shared shell styles reads, so the
     booking-core pages recolor automatically) */
  --green:        #0e2a47;
  --green-dark:   #08111d;
  --green-light:  #2c5a87;
  --green-pale:   #eaf0f7;
  --gold:         #2c5a87;
  --gold-light:   #93b2d2;
  --silver:       #54657a;
  --silver-light: #c9d6e3;
  --cream:        #f7f9fc;
  --cream-dk:     #eaf0f7;
  --brown:        #1f4061;
  --brown-mid:    #2c5a87;
  --white:        #ffffff;
  --text-dark:    #0e2a47;
  --text-mid:     #54657a;
  --text-dull:    #1f4061;
  --text-muted:   #7488a0;

  --heading-font: "Cormorant Garamond", Georgia, serif;
  --body-font:    "Manrope", "Helvetica Neue", Arial, sans-serif;
  --font-third:   "Cormorant Garamond", Georgia, serif;
}
