html {
    font-size: 17px;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

p, li, td, th, label, span, div {
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    letter-spacing: -0.01em;
}

input, textarea, select, button {
    font-size: inherit;
}
