@font-face {
    font-family: "Inter";
    src: url("./Inter-VariableFont_slnt,wght.ttf");
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica', 'Arial', sans-serif;
}

body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}