/* Estilo General del Logo */
.logo__text {
    font-size: 24px;
    /* Ajusta el tamaño del texto */
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    /* Cambia según tu fuente */
    text-decoration: none;
}

/* Logo Oscuro */
.logo--dark-text {
    color: #000;
    /* Oscuro */
}

/* Logo Claro */
.logo--light-text {
    color: #fff;
    /* Claro */
}
