:root {
  --primary: #8b4513;
  --secondary: #ff6b35;
  --tertiary: #d2691e;
  --surface: #fff8dc;
  --surface2: #ffe4b5;
  --text: #5d4037;
  --white: #ffffff;
  --shadow: rgba(0, 0, 0, 0.08);
  --border: rgba(139, 69, 19, 0.12);
  --radius: 12px;
}

