* {
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow: hidden;

    background: #050711;

    font-family:
        var(--aether-font-interface);
}

#view {
    display: block;

    width: 100vw;
    height: 100vh;
}
