:root {
    color-scheme: light dark;
}

*,
*::before,
*::after {
    box-sizing: border-box;

    border-style: solid;
    border-width: 0;
}

body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ol,
ul,
dl,
dd,
blockquote,
input[type="checkbox"],
input[type="radio"],
option {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.75em;
}

th {
    text-align: start;
}

input,
textarea,
button,
select {
    font: inherit;
    background-color: transparent;
}
