html,
body,
input,
select,
textarea,
button {
    font-size: 18px;
    font-family: 'Helvetica Now', sans-serif;
    @media (max-width: 737px) {
        font-size: 16px;
    }
}

body {
    margin: 0px;
}

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

address {
    font-style: normal;
}

a {
    color: inherit;
}

strong, b {
    font-weight: 700;
}

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

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

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

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

select {
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

input[type="date"] {
    min-height: 1.325rem;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    text-align: left;
}
input::-webkit-date-and-time-value {
    text-align: left;
}