@font-face {
    font-family: 'Lato';
    src: url('/bundles/app/fonts/lato-bold-webfont.woff2') format('woff2'),
    url('/bundles/app/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}




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