/* ========================================================
   EVITIA DMTE - STUDIO KOMENTATORSKIE - STYLE
   ======================================================== */

h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #050505;
}

::-webkit-scrollbar-thumb {
    background: #4f46e5;
}

::-webkit-scrollbar-thumb:hover {
    background: #06b6d4;
}

input[type=range]::-webkit-slider-thumb {
    height: 14px;
    width: 14px;
    border-radius: 0;
    background: #06b6d4;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 0 10px rgba(6, 182, 212, 0.7);
    transform: rotate(45deg);
}

@keyframes spinSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.esport-spinner {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 4px solid rgba(99, 102, 241, 0.15);
    border-top: 4px solid #06b6d4;
    border-right: 4px solid #6366f1;
    animation: spinSlow 0.9s cubic-bezier(0.5, 0.1, 0.5, 0.9) infinite;
    box-shadow: 0 0 25px rgba(6, 182, 212, 0.35);
}
