* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;

    color: var(--foreground);

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: whitesmoke;
}