* {
    margin: 0px;
    padding: 0px;
}

:root {
    color-scheme: light dark;

    --background-color: light-dark(#fff, #000);
    --text-color: light-dark(#000, #fff);
}

@font-face {
    font-family: Terminus;
    src: url('fonts/VecTerminus12Medium.otf');
}

@font-face {
    font-family: TerminusBold;
    src: url('fonts/VecTerminus12Bold.otf');
}

main {
    min-height: 100dvh;
}
