html,
body,
input,
select,
textarea,
button {
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
}

@media (max-width: 767px) {
    html,
    body,
    input,
    select,
    textarea,
    button {
        font-size: 16px;
    }
}

body {
    margin: 0px;
}

body * {
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
}

address {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

strong, b {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

p {
    line-height: 1.55;
    margin-bottom: 1rem;
}

p:last-child {
    margin-bottom: 0px;
}