@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/Lato/lato-v20-latin-300.woff2') format('woff2'), 
       url('../fonts/Lato/lato-v20-latin-300.woff') format('woff'); 
}
@font-face {
  	font-family: 'Lato';
  	font-style: normal;
  	font-weight: 400;
  	src: local(''),
		/*url('https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css');*/
       url('../fonts/Lato/lato-v20-latin-regular.woff2') format('woff2'), 
       url('../fonts/Lato/lato-v20-latin-regular.woff') format('woff');
	
}
@font-face {
  	font-family: 'Lato';
  	font-style: normal;
  	font-weight: 700;
  	src: local(''),
       url('../fonts/Lato/lato-v20-latin-700.woff2') format('woff2'), 
       url('../fonts/Lato/lato-v20-latin-700.woff') format('woff'); 
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.svg') format('svg');
    font-weight: 300;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato.svg') format('svg');
    font-weight: 400;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.svg') format('svg');
    font-weight: 700;
  }
}
