:root {
  --topbar-bg: #F5B800;
  --topbar-text: #2A211C;
  --primary: #8B5E3C;
  --primary-dark: #5D4037;
  --brown-deep: #3D2F28;
  --gold: #C9A227;
  --gold-light: #E8C547;
  --cream: #F8F5F0;
  --text: #4A4A4A;
  --text-light: #777777;
  --text-dark: #2A211C;
  --white: #FFFFFF;
  --border: #E5DDD5;
  --shadow: 0 8px 30px rgba(61, 47, 40, 0.12);
  --shadow-hover: 0 12px 40px rgba(61, 47, 40, 0.18);
  --radius: 8px;
  --radius-pill: 50px;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
  --header-height: 80px;
  --topbar-height: 40px;
  --transition: 0.3s ease;
  --container: 1200px;
}
