html, body {
    margin: 0;
    padding: 0;
    font-family: var(--hd-font-family);
}

body {
    overflow-x: clip;
}

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

h1:focus {
    outline: none;
}

ul {
    padding-left: 16px;
}

ol {
    padding-left: 16px;
}
