﻿/* ============================================================
   GERALD / AVARA STAYS — client theme tokens
   Palette from design/css/styles.css. Remaps shared booking/PMS
   CSS variables so locked booking/checkout/payment pages pick up
   Avara colours and fonts with zero markup edits.
   ============================================================ */

:root {
  /* ---- Avara source palette ---- */
  --av-olive:       #282d25;
  --av-olive-deep:  #1c2019;
  --av-cta:         #3f5c1c;
  --av-cta-hover:   #324916;
  --av-gold:        #c4a35a;
  --av-gold-soft:   rgba(196, 163, 90, 0.45);
  --av-text:        #555555;
  --av-text-dark:   #2a2a2a;
  --av-white:       #ffffff;
  --av-paper:       #f3f1ec;
  --av-paper-deep:  #e8e4db;
  --av-line:        rgba(40, 45, 37, 0.14);
  --av-display:     "Playfair Display SC", Georgia, serif;
  --av-serif:       "Quattrocento", Georgia, serif;
  --av-sans:        "Source Sans 3", "Segoe UI", sans-serif;

  /* ---- Shared booking/property variables mapped to Avara ---- */
  --green:        #3f5c1c;
  --green-dark:   #324916;
  --green-light:  #555555;
  --green-pale:   #e8e4db;
  --gold:         #c4a35a;
  --gold-light:   #d4b87a;
  --silver:       #555555;
  --silver-light: #e8e4db;
  --cream:        #f3f1ec;
  --cream-dk:     #e8e4db;
  --brown:        #282d25;
  --brown-mid:    #1c2019;
  --white:        #ffffff;
  --text-dark:    #2a2a2a;
  --text-mid:     #555555;
  --text-dull:    #282d25;
  --text-muted:   #555555;

  --heading-font: "Playfair Display SC", Georgia, serif;
  --body-font:    "Source Sans 3", "Segoe UI", sans-serif;
  --font-third:   "Quattrocento", Georgia, serif;
}

/* Soften mansion leftover chrome if any remnant classes appear */
.client-theme-gerald .mansion-header-offset { display: none !important; height: 0 !important; }
