@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@500;600;700&display=swap');

.font-display {
font-family: 'Orbitron', sans-serif;
}

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

.neon-glow {
text-shadow:
0 0 8px rgba(239, 68, 68, 0.6),
0 0 20px rgba(239, 68, 68, 0.4);
}

.btn-glow:hover {
box-shadow: 0 0 15px rgba(239, 68, 68, 0.8);
}

::-webkit-scrollbar {
width: 10px;
}

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

::-webkit-scrollbar-thumb {
background: #181818;
border-radius: 999px;
border: 2px solid #050505;
}

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

html {
scrollbar-width: thin;
scrollbar-color: #181818 #050505;
}
