:root {
    --verb-font-family:
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
}


html,
body,
button,
input,
textarea,
select,
option,
label,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
a,
p,
span,
small,
strong,
b,
em,
i,
h1,
h2,
h3,
h4,
h5,
h6,
article,
section,
aside,
header,
footer,
nav,
main,
div,
form,
fieldset,
legend,
summary,
details,
dialog,
blockquote,
pre,
code,
kbd,
samp {
    font-family:
        var(--verb-font-family) !important;
}


html,
body {
    font-family:
        var(--verb-font-family);

    font-synthesis:
        none;

    text-rendering:
        optimizeLegibility;

    -webkit-font-smoothing:
        antialiased;

    -moz-osx-font-smoothing:
        grayscale;
}


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


pre,
code,
kbd,
samp {
    font-family:
        var(--verb-font-family) !important;
}
