/* lato-regular */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: regular;
  src: url('font/lato-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato'), local('Lato-Normal'),
       url('font/lato-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/lato-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/lato-regular.woff') format('woff'), /* Modern Browsers */
       url('font/lato-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('font/lato-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
  
/* lato-700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('font/lato-700.eot'); /* IE9 Compat Modes */
  src: local('Lato'), local('Lato-Normal'),
       url('font/lato-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/lato-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/lato-700.woff') format('woff'), /* Modern Browsers */
       url('font/lato-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('font/lato-700.svg#Lato') format('svg'); /* Legacy iOS */
}