html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: var(--h5-font-family-base);
}

button,
input,
select,
textarea {
    font: inherit;
}

code,
pre,
kbd,
samp {
    font-family: var(--h5-font-family-mono);
}

img {
    max-width: 100%;
}
