:root {
  --bg:           #F5EFE4;
  --surface:      #EDE5D6;
  --surface-2:    #E2D5C0;
  --primary:      #6B7F47;
  --primary-dark: #4A5A2E;
  --primary-light:#8FA860;
  --accent:       #C8B99A;
  --text:         #2E2E2A;
  --text-muted:   #7A7165;
  --text-light:   #A89D8E;
  --white:        #FDFAF5;

  --shadow:    0 4px 24px rgba(0,0,0,.06);
  --shadow-md: 0 8px 32px rgba(0,0,0,.10);

  --radius:    16px;
  --radius-lg: 24px;
  --radius-xl: 40px;

  --transition: .4s ease;

  --nav-height: 72px;

  --font-head: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
}
