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

html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

body {
    position: absolute;
    height: 100vh;
    width: 100vw;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}