html,
input,
select,
textarea {
    font-size: 18px;
    font-family: 'Figtree', Helvetica, sans-serif;
}
body {
    margin: 0px;
}
body * {
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
}
address {
    font-style: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 300;
    margin: 0px;
}
p {
    line-height: 1.5;
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0px;
}
li {
    line-height: 1.5;
}