body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.025em;
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
}
