@font-face {
    font-family: 'Lato';
    src: url('lato-regular-webfont.woff2') format('woff2'),
         url('lato/lato-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato Bold';
    src: url('lato/lato-bold-webfont.woff2') format('woff2'),
         url('lato/lato-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

