:root {
  /* Colores principales */
  --green: #2e7d32;
  --gold: #d4af37;
  --light-green: #e8f5e9;
  --wood: #6d4c41;

  /* Neutros */
  --white: #ffffff;
  --dark-gray: #424242;
  --medium-gray: #bdbdbd;

  /* Tipografías */
  --font-title: "Playfair Display", serif;
  --font-body: "Inter", sans-serif;
  --font-button: "Montserrat", sans-serif;

  /* Sombras */
  --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-medium: 0 6px 24px rgba(0, 0, 0, 0.12);
  --shadow-deep: 0 10px 40px rgba(0, 0, 0, 0.2);

  /* Espaciados */
  --section-padding: 120px;
  --container-padding: 20px;

  /* Transiciones */
  --transition: 0.3s ease;
}
