/* ============================================================
   DALKEITH GREAT HOUSE — Knockpatrick, Manchester, Jamaica — client theme tokens
   Palette: colonial pine green · soft Jamaican gold · warm paper cream
   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 Dalkeith
   Great House colors + fonts with zero markup edits.

   The full Dalkeith design page (one-page home) loads its own complete
   stylesheet (front/themes/dalkeith-great-house/assets/dalkeith-great-house.css)
   and does not depend on these tokens.
   ============================================================ */

:root {
  /* ---- Dalkeith Great House source palette ---- */
  --dgh-ink:        #24352D;  /* colonial pine green */
  --dgh-ink-2:      #1b271f;
  --dgh-pine:       #2e4338;
  --dgh-moss:       #5c655c;  /* muted sage */
  --dgh-gold:       #B89A67;  /* soft Jamaican gold */
  --dgh-gold-2:     #cbb083;
  --dgh-gold-deep:  #9c885f;  /* darker gold for small-text contrast */
  --dgh-paper:      #F8F6F2;  /* warm paper cream */
  --dgh-paper-2:    #F1ECE2;
  --dgh-sand:       #e6ddca;
  --dgh-stone:      #5c655c;
  --dgh-serif:      "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --dgh-sans:       "Manrope", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  /* ---- Re-map base structural variables -> Dalkeith palette ----
     (these are the names client-owned shared shell styles reads, so the
     booking-core pages recolor automatically) */
  --green:        #24352D;
  --green-dark:   #1b271f;
  --green-light:  #5c655c;
  --green-pale:   #F1ECE2;
  --gold:         #B89A67;
  --gold-light:   #cbb083;
  --silver:       #5c655c;
  --silver-light: #e6ddca;
  --cream:        #F8F6F2;
  --cream-dk:     #F1ECE2;
  --brown:        #9c885f;
  --brown-mid:    #5c655c;
  --white:        #ffffff;
  --text-dark:    #24352D;
  --text-mid:     #5c655c;
  --text-dull:    #2e2a20;
  --text-muted:   #9c885f;

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