.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: auto;
  font-style: normal;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #C62828 white;
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background-color: #243E63;
}

*::-webkit-scrollbar-thumb {
    background-color: #C62828;
    border-radius: 20px;
    border: 3px solid #243E63;
}

body, html {
    overflow-x: hidden;
}