/* Font declarations - loaded via preload in header for zero render-blocking */
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
}
