html, body {
    font-family: "Inter", Arial, sans-serif !important;
    overflow-x: clip;
}

/* Never allow decorative/off-canvas elements to create horizontal scroll on mobile. */
body {
    max-width: 100%;
}
h1:focus-visible {
    outline: none;
}