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