/* Minimal, non-business baseline shared by every page. */
html {
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

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

button,
select,
label {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 2px solid rgba(167, 139, 250, 0.82);
    outline-offset: 2px;
}

[hidden] { display: none !important; }
