@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/static/fonts/inter.woff") format('woff');
}

* {
    scroll-behavior: smooth;
}

body {
    overflow: auto;
    height: 100%;
}
