/* ============================================================
   SEASCAPE GETAWAY — Aptos · Monterey Bay, CA — client theme tokens
   Palette: soft pearl paper · deep navy ink · sapphire accent · slate
   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 Seascape
   Getaway's colors + fonts with zero markup edits.

   The full Seascape Getaway design pages (home, gallery, attractions,
   reviews, contact) load their own complete stylesheet
   (front/themes/seascape-getaway/assets/seascape-getaway.css) and do
   not depend on these tokens.
   ============================================================ */

:root {
  /* ---- Seascape Getaway source palette ---- */
  --sg-paper:      #f7f9fc;  /* soft pearl */
  --sg-white:      #ffffff;
  --sg-wash:       #eef3f8;  /* pale wash */
  --sg-ink:        #0e2a47;  /* deep navy — primary text */
  --sg-ink-soft:   #2c4a72;  /* softer navy — body / captions */
  --sg-muted:      #6f87a3;  /* muted slate — labels / meta */
  --sg-accent:     #2c5a87;  /* sapphire accent */
  --sg-accent-deep:#1a3d5e;  /* darker sapphire — hover / emphasis */
  --sg-night:      #08111d;  /* near-black navy — image overlays */
  --sg-display:    "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sg-sans:       "Manrope", -apple-system, BlinkMacSystemFont, system-ui, Arial, sans-serif;

  /* ---- Re-map base structural variables -> Seascape Getaway palette ----
     (these are the names client-owned shared shell styles reads, so the
     booking-core pages recolor automatically) */
  --green:        #0e2a47;  /* deepest brand color -> deep navy ink */
  --green-dark:   #08111d;  /* darkest -> near-black navy */
  --green-light:  #2c4a72;  /* softer navy */
  --green-pale:   #eef3f8;  /* pale wash */
  --gold:         #2c5a87;  /* primary accent -> sapphire */
  --gold-light:   #9fc1e0;  /* light sapphire highlight (hero em) */
  --silver:       #6f87a3;  /* muted slate */
  --silver-light: #eef3f8;  /* pale wash */
  --cream:        #f7f9fc;  /* soft pearl paper */
  --cream-dk:     #eef3f8;  /* pale wash */
  --brown:        #1a3d5e;  /* darker accent for small-text contrast */
  --brown-mid:    #2c4a72;  /* softer navy */
  --white:        #ffffff;
  --text-dark:    #0e2a47;
  --text-mid:     #2c4a72;
  --text-dull:    #1a3d5e;
  --text-muted:   #6f87a3;

  --heading-font: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --body-font:    "Manrope", -apple-system, BlinkMacSystemFont, system-ui, Arial, sans-serif;
  --font-third:   "Cormorant Garamond", Georgia, serif;
}
