body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    scroll-behavior: smooth;
}

.plyr--video {
    border-radius: 12px;
}

.plyr__video-wrapper {
    background-color: #000;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

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

::-webkit-scrollbar-thumb {
    background: #ef4444;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #dc2626;
}

.hover-scale {
    transition: transform 0.3s ease-in-out;
}

.hover-scale:hover {
    transform: scale(1.05);
}
