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

@font-face {
    font-family: Roboto;
    src: url("./fonts/RobotoMono-VariableFont_wght.ttf");
}

* {
    font-family: Inter;
    color: white;
}

body {
    margin: 0;
}

button:hover {
    cursor: pointer;
}