/*FONTS*/

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-reg.eot');
    src: url('../fonts/lato-reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg.woff') format('woff'),
         url('../fonts/lato-reg.ttf') format('truetype'),
         url('../fonts/lato-reg.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
