@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

body {
    font-family: 'Inter', sans-serif;
}

.text-glow {
    text-shadow: 0 0 20px rgba(25, 230, 94, 0.3);
}

.portrait-video {
    aspect-ratio: 9/16;
}

/* Custom Scrollbar for a premium feel */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0a120c;
}

::-webkit-scrollbar-thumb {
    background: #19e65e;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #12a843;
}