@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: normal;
  src: url('Lato-300/Lato-300.eot');
  src: url('Lato-300/Lato-300.eot?#iefix') format('embedded-opentype'),
       local('Lato Light'),
       local('Lato-300'),
       url('Lato-300/Lato-300.woff2') format('woff2'),
       url('Lato-300/Lato-300.woff') format('woff'),
       url('Lato-300/Lato-300.ttf') format('truetype'),
       url('Lato-300/Lato-300.svg#Lato') format('svg');
}

@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-style: normal;
  src: url('Lato-regular/Lato-regular.eot');
  src: url('Lato-regular/Lato-regular.eot?#iefix') format('embedded-opentype'),
       local('Lato Regular'),
       local('Lato-regular'),
       url('Lato-regular/Lato-regular.woff2') format('woff2'),
       url('Lato-regular/Lato-regular.woff') format('woff'),
       url('Lato-regular/Lato-regular.ttf') format('truetype'),
       url('Lato-regular/Lato-regular.svg#Lato') format('svg');
}

@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-style: italic;
  src: url('Lato-italic/Lato-italic.eot');
  src: url('Lato-italic/Lato-italic.eot?#iefix') format('embedded-opentype'),
       local('Lato Regular'),
       local('Lato-italic'),
       url('Lato-italic/Lato-italic.woff2') format('woff2'),
       url('Lato-italic/Lato-italic.woff') format('woff'),
       url('Lato-italic/Lato-italic.ttf') format('truetype'),
       url('Lato-italic/Lato-italic.svg#Lato') format('svg');
}

@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-style: normal;
  src: url('Lato-700/Lato-700.eot');
  src: url('Lato-700/Lato-700.eot?#iefix') format('embedded-opentype'),
       local('Lato Bold'),
       local('Lato-700'),
       url('Lato-700/Lato-700.woff2') format('woff2'),
       url('Lato-700/Lato-700.woff') format('woff'),
       url('Lato-700/Lato-700.ttf') format('truetype'),
       url('Lato-700/Lato-700.svg#Lato') format('svg');
}

/* Material Icons */
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('Material-Icons/Material-Icons.eot');
  src: url('Material-Icons/Material-Icons.eot?#iefix') format('embedded-opentype'),
       url('Material-Icons/Material-Icons.woff2') format('woff2'),
       url('Material-Icons/Material-Icons.woff') format('woff'),
       url('Material-Icons/Material-Icons.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

