/* ============================================
   MBATOVÍ ECO LODGE — Sistema de diseño
   MetaVerso Studio
   ============================================ */
:root {
  /* Color */
  --selva: #0f1a14;
  --selva-hondo: #08110c;
  --musgo: #2a3c31;
  --salvia: #8c9e8a;
  --oro: #c9a961;
  --oro-claro: #e0c78e;
  --hueso: #e8e4da;
  --hueso-tenue: rgba(232, 228, 218, .62);
  --exito: #7fb88f;
  --error: #d98b7a;

  /* Tipografía */
  --display: "Cormorant Garamond", Georgia, serif;
  --texto: "Inter", -apple-system, sans-serif;

  --fs-h1: clamp(2.8rem, 8vw, 6.5rem);
  --fs-h2: clamp(2rem, 4.8vw, 3.6rem);
  --fs-h3: 1.15rem;
  --fs-body: 1.05rem;
  --fs-small: .93rem;
  --fs-tag: .66rem;

  /* Espaciado */
  --sm: .9rem;
  --md: 1.6rem;
  --lg: 3rem;
  --xl: 5rem;
  --xxl: 8rem;
  --xxxl: 12rem;

  /* Layout */
  --ancho: 1240px;
  --canto: clamp(1.25rem, 5vw, 4.5rem);
  --curva: cubic-bezier(.16, 1, .3, 1);
}
