html {
    color-scheme: dark;
}

body {
    background: #151619;
}

body,
th,
td {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
    font-weight: 600;
}

@media (resolution >= 2dppx) {
    body,
    th,
    td {
        font-weight: 300;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    strong,
    b,
    th {
        font-weight: 500;
    }
}
