/* ============================================================
   RAVEN'S NEST — Leavenworth, WA — client theme tokens
   Palette: near-black pine · warm brass gold · warm paper · moss
   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 Raven's
   Nest colors + fonts with zero markup edits.

   The full Raven's Nest design pages (home, gallery, attractions,
   reviews, contact) load their own complete stylesheet
   (front/themes/raven-nest/assets/raven-nest.css) and do not depend
   on these tokens.
   ============================================================ */

:root {
  /* ---- Raven's Nest source palette ---- */
  --rn-ink:        #13160e;  /* near-black pine */
  --rn-ink-2:      #1d2216;
  --rn-pine:       #283021;
  --rn-moss:       #5c6648;
  --rn-gold:       #c08a3e;  /* warm brass */
  --rn-gold-2:     #d8a85b;
  --rn-gold-deep:  #8a5d24;  /* darker brass for small-text contrast */
  --rn-paper:      #f5efe2;  /* warm paper */
  --rn-paper-2:    #efe6d3;
  --rn-sand:       #e7dcc4;
  --rn-stone:      #5f5a4e;
  --rn-serif:      "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --rn-sans:       "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;

  /* ---- Re-map base structural variables -> Raven's Nest palette ----
     (these are the names client-owned shared shell styles reads, so the
     booking-core pages recolor automatically) */
  --green:        #13160e;
  --green-dark:   #1d2216;
  --green-light:  #5c6648;
  --green-pale:   #efe6d3;
  --gold:         #c08a3e;
  --gold-light:   #d8a85b;
  --silver:       #5f5a4e;
  --silver-light: #e7dcc4;
  --cream:        #f5efe2;
  --cream-dk:     #efe6d3;
  --brown:        #8a5d24;
  --brown-mid:    #5c6648;
  --white:        #ffffff;
  --text-dark:    #13160e;
  --text-mid:     #5f5a4e;
  --text-dull:    #2c2215;
  --text-muted:   #7a6a55;

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