body {
    margin: 0;
    height: 100vh;
    font-family: Inter, Roboto, Arial, sans-serif;
}

* {
    font-family: inherit;
}

img {
    user-select: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: default;
}
