html,
input,
select,
textarea {
    font-size: 28px;
    font-family: 'Fugue', Helvetica, sans-serif;
}
@media screen and (max-width: 781px) {
    html,
    input,
    select,
    textarea {
        font-size: 23px;
    }
}
body {
    margin: 0px;
}
body * {
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
}
address {
    font-style: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin: 0px;
}
p {
    line-height: 1.24;
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0px;
}
li {
    line-height: 1.24;
}