/* ==========================================================================
   1. TIPOGRAFÍA POR DEFECTO
   ========================================================================== */
body {
    font-family: 'Inter', sans-serif;
}

/* ==========================================================================
   2. REGLAS CSS PERSONALIZADAS Y OVERRIDES
   ========================================================================== */
.text-sky-400 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
}

.text-sky-500 {
    color: #ED1C24;
}

.text-aviation-dark {
    color: #0B2347;
}

/* ==========================================================================
   3. CONFIGURACIÓN COMPLEMENTARIA PARA COHESIÓN VISUAL (Efectos 3D de Tarjeta)
   ========================================================================== */
.perspective-1000 {
    perspective: 1000px;
}

.scale-102 {
    transform: scale(1.02);
}

.text-sk-400 {
    color: #fff;
}

.text-slat-400 {
    --tw-text-opacity: 1;
    color: #6E6E73;
}

h2 {
    text-transform: uppercase;
}

.text-xl {
    text-transform: uppercase;
}

.text-sla-400{
    color:#6E6E73;

}