/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-weight: bold;
  src: local(''),
       url('../fonts/lato/lato-v23-latin-300.woff2') format('woff2'),
       url('../fonts/lato/lato-v23-latin-300.woff') format('woff');
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  src: local(''),
       url('../fonts/lato/lato-v23-latin-regular.woff2') format('woff2'),
       url('../fonts/lato/lato-v23-latin-regular.woff') format('woff');
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-weight: bold;
  src: local(''),
       url('../fonts/lato/lato-v23-latin-700.woff2') format('woff2'),
       url('../fonts/lato/lato-v23-latin-700.woff') format('woff');
}