/* Lumoral Market Room Text Logo */
.text-logo {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #2c3e50;
    text-decoration: none;
    display: inline-block;
    letter-spacing: -0.5px;
}

.text-logo-white {
    color: #ffffff;
}

.text-logo .lumoral {
    color: #667eea;
    font-weight: 800;
}

.text-logo .market {
    color: #764ba2;
    font-weight: 600;
}

.text-logo .room {
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-top: -5px;
    color: #888;
}

.text-logo-white .room {
    color: #ddd;
}

/* Hover effect */
.text-logo:hover .lumoral {
    color: #764ba2;
}

.text-logo:hover .market {
    color: #667eea;
}

