/* Theme tokens confirmed byte-identical between guau_v10.html and
   guau_booking.html. Each page's own CSS still declares its extra,
   page-specific tokens in a local :root block after importing this file
   (v10: --forest-bg/border, --yellow*, --earth-*, --border2, --r-sm/r/r-lg;
   booking: --teal) — CSS custom properties from multiple :root rules merge,
   so this is safe as long as no name below is ever redefined differently. */
:root {
  --orange:        #C85A1E;
  --orange-light:  #E07040;
  --orange-bg:     rgba(200,90,30,0.08);
  --orange-border: rgba(200,90,30,0.22);
  --forest:        #274F10;
  --forest-light:  #3A6E1A;
  --bg:       #F5F0E8;
  --surface:  #FFFFFF;
  --surface2: #F9F6F1;
  --surface3: #F0EBE0;
  --border:   #DDD5C5;
  --text:       #1C1208;
  --text-muted: #7A6248;
  --text-dim:   #B09070;
  --success:        #1A7A4A;
  --success-bg:     rgba(26,122,74,0.09);
  --success-border: rgba(26,122,74,0.25);
  --danger:         #B83020;
  --danger-bg:      rgba(184,48,32,0.08);
  --danger-border:  rgba(184,48,32,0.22);
  --sans:  'Inter', system-ui, sans-serif;
  --serif: 'Cinzel', Georgia, serif;
  --t: 0.15s ease;
}
