@import url("https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css");

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'SUIT Variable', SUIT, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    font-weight: 500;
    overflow-y: scroll;
    overscroll-behavior: none;
}

* {
    box-sizing: border-box;
}
