/* CSS Document */
@font-face {
    font-family: 'Lato700';
    src: url('./font/lato-bold-webfont.woff2') format('woff2'),
         url('./font/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('./font/lato-light-webfont.woff2') format('woff2'),
         url('./font/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather';
    src: url('./font/merriweather-light-webfont.woff2') format('woff2'),
         url('./font/merriweather-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}