/* Webfont: Lato-Bold (700)*/
@font-face {
    font-family: 'LatoWebBold';
    src: url('../../fonts/lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../../fonts/lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/lato/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular (400)*/
@font-face {
    font-family: 'LatoWeb';
    src: url('../../fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../../fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


