/* Alvakova — estilos base complementarios a Tailwind */
html { scroll-behavior: smooth; }

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background-color: #F7F7F8;
    color: #111936;
}

/* Quitar margin-bottom global del template original */
body { margin-bottom: 0; }

/* Ocultar Bootstrap que viene con la plantilla */
link[rel="stylesheet"][href*="bootstrap"] { display: none; }
