body {
    font-family: 'Inter', sans-serif;
    background-color: #0A0A0A;
    color: #D1D1D1;
    scroll-behavior: smooth;
}

.bg-gray-850-s {
    background-color: #15161a!important;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
