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