/* 
  Elegante & Minimalista - Design System
  Color Primario: #1e3a3a 
*/

:root {
  --primary: #1e40af;
}

/* Estilos base sin @tailwind para compatibilidad total */
body {
  background-color: white;
  color: #1c1917;
  /* stone-900 */
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.font-serif {
  font-family: 'Playfair Display', serif !important;
}

/* El control de Tailwind se hace desde index.html para el CDN */