@font-face {
  font-family: 'Lato';
  src: url('../fonts/latoblack.woff2') format('woff2'),
       url('../fonts/latoblack.woff') format('woff'),
       url('../fonts/latoblack.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/latobold.woff2') format('woff2'),
       url('../fonts/latobold.woff') format('woff'),
       url('../fonts/latobold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/latolight.woff2') format('woff2'),
       url('../fonts/latolight.woff') format('woff'),
       url('../fonts/latolight.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/latomedium.woff2') format('woff2'),
       url('../fonts/latomedium.woff') format('woff'),
       url('../fonts/latomedium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/latoregular.woff2') format('woff2'),
       url('../fonts/latoregular.woff') format('woff'),
       url('../fonts/latoregular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/latosemibold.woff2') format('woff2'),
       url('../fonts/latosemibold.woff') format('woff'),
       url('../fonts/latosemibold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
}