@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:-moz-selection {
    background-color: transparent;
}

:root {
    color-scheme: dark;
}

::selection {
    background-color: transparent;
}

body {
    height: 100vh;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant-numeric: tabular-nums;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: default;
}