@media (min-width: 767px) {
    html,
    input,
    select,
    textarea,
    button {
        font-size: 20px;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    html,
    input,
    select,
    textarea,
    button {
        font-size: 18px;
    }
}
@media (max-width: 300px) {
    html,
    input,
    select,
    textarea,
    button {
        font-size: 16px;
    }
}

body {
    color: #0D2834;
    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,
p {
    margin: 0em;
    letter-spacing: -0.03em;
    font-weight: 400;
}
p {
    line-height: 1.5;
    margin-bottom: 1rem;
}

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

li {
    line-height: 1.5;
}