/* ═══════════════════════════════════════════════════════════════════════════
   Mandara Bali · design tokens
   Loaded by every page. Change a brand colour or typeface HERE and nowhere else.
   ═══════════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Jost:wght@300;400;500&display=swap');

:root {
  /* Core palette */
  --stone:  #1E2D3D;   /* deep blue-slate — dark surfaces, primary text */
  --pebble: #364D61;   /* lighter slate — secondary UI */
  --sand:   #FAFAF8;   /* off-white on dark */
  --linen:  #F0EDE6;   /* warm panel fill */
  --warm:   #E5DFD5;   /* warmer still — borders on linen */
  --rice:   #FAFAF8;   /* page background */

  /* Accents */
  --moss:   #4E7A6A;   /* confirmed, success, "included" */
  --clay:   #C4A882;   /* the house accent — eyebrows, emphasis, hover */
  --mist:   #7A8A96;   /* muted labels and secondary copy */
  --rust:   #A65D4E;   /* declines, cancellations, warnings */

  /* Type */
  --serif: 'Playfair Display', Georgia, serif;
  --sans:  'Jost', system-ui, -apple-system, sans-serif;
}
