body {
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

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

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

::-webkit-scrollbar-thumb {
    background: #172227;
    border-radius: 9999px;
    border: 2px solid #030708;
}

::-webkit-scrollbar-thumb:hover {
    background: #608a6d;
}
