/* ================================
   BASE
================================ */

html {
    scroll-behavior: smooth;
}

/* Fuente global */
body {
    font-family: 'Orbitron', sans-serif;
}


/* ================================
   ACORDEÓN (temporal hasta migrarlo)
================================ */

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}


/* evita que Orbitron corte letras */
h1, h2, h3, .text-5xl, .text-6xl, .text-7xl {
line-height: 1.25 !important;
padding-bottom: 0.15em;
}

/* también ayuda en gradientes */
.bg-clip-text{
line-height: 1.25;
}

/* arregla emojis + glow */
h1 span, h2 span{
display:inline-block;
}