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

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,
p {
    margin: 0em;
    letter-spacing: -0.03em;
}
p {
    line-height: 1.5;
    margin-bottom: 1rem;
}

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

li {
    line-height: 1.5;
}

.drd-required {
    text-decoration: none;
}