:root {
  --primary-green: #2d8659;
  --secondary-green: #4ca876;
  --accent-blue: #0077b6;
  --light-blue: #00d4ff;
  --background-light: #f5faf8;
  --white: #fff;
  --text-dark: #2c3e50;
  --shadow: 0 8px 24px rgba(45, 134, 89, 0.15);
  --shadow-lg: 0 16px 40px rgba(45, 134, 89, 0.2);
  --booking-bg: #fff7e6;          /* фон блока в светлой теме */
}

body.dark-mode {
  --background-light: #1a1a1a;
  --white: #2a2a2a;
  --text-dark: #e0e0e0;
  --booking-bg: #2b2730;          /* фон блока в тёмной теме */
}
