html,
body,
input,
select,
textarea,
button {
    font-family: 'futura-pt', sans-serif;
    @media (min-width: 767px) {
        font-size: 18px;
    }
    @media (max-width: 1100px) {
        font-size: 16px;
    }
}

body {
    color: #4E4035;
    margin: 0;
}

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

address {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    text-underline-offset: 3px;
}

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.4;
    margin-bottom: 1rem;
}

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