html {
scroll-behavior: smooth;
}

body {
font-family: 'Inter', sans-serif;
background: #0E0E0E;
}

.hero-title {
line-height: 0.9;
}

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

::-webkit-scrollbar-thumb {
background: #84cc16;
border-radius: 100px;
}