body {
    font-size: 16px;
    background-color: white;
    margin: 0px;
}
strong {
    font-weight: bold !important;
}
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
audio,
video,
input,
button,
select,
textarea {
    font-family: Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Anton', Arial, Helvetica, sans-serif;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}
textarea:focus, input:focus {
    outline: none;
}
p {
    line-height: 1.5;
    margin-bottom: 20px;
    &:last-of-type {
        margin-bottom: 0px;
    }
}
li {
    line-height: 1.5;
}
address {
    font-style: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
a:focus-visible,
button:focus-visible {
    outline: 3px dashed #e00303;
    outline-offset: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}