/*
Theme Name:  Vale Barn
Theme URI:   https://example.com
Description: A rustic, natural WordPress theme for a wedding venue.
Version:     2.0.1
Author:      Your Name
License:     GNU General Public License v2 or later
Text Domain: venue
*/

/* =========================================================
   Design Tokens
   ========================================================= */
:root {
  --color-bg:       #FAF8F4;
  --color-primary:  #4A3F35;
  --color-accent:   #8C7B6B;
  --color-gold:     #B8A898;
  --color-text:     #2C2420;
  --color-muted:    #8C8078;
  --color-booked:   #8B6A6A;
  --color-border:   #E4DDD6;

  --font-heading: 'Cormorant Garamond', sans-serif;
  --font-body:    'Lato', system-ui, sans-serif;

  --radius:   4px;
  --max-w:    1160px;
  --gap:      2rem;
}
