@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body, html {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto !important;
    background: #F9F9F9 !important;
}

* {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}