/*
 * Copyright (c) 2025 Bastiaan van der Plaat
 *
 * SPDX-License-Identifier: MIT
 */

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
        'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

body {
    text-align: center;
}

form {
    margin: 1rem 0;
}

button,
input,
select {
    font-family: inherit;
    font-size: inherit;
}

canvas {
    display: block;
    margin: 0 auto;
}

a {
    color: #16c;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}
