

@font-face {
    font-family: 'latobold';
    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: 'latoitalic';
    src: url('/font/lato-italic-webfont.woff2') format('woff2'),
         url('/font/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'latoregular';
    src: url('/font/lato-regular-webfont.woff2') format('woff2'),
         url('/font/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}