.custom-logo-text {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 4rem !important; /* Крупный размер */
    font-weight: 700;
    color: #2185d0; /* Фирменный синий цвет или любой другой */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1); /* Легкая тень для объема */
}

.custom-logo-text {
    background: linear-gradient(45deg, #2185d0, #6435c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
