@font-face {
  font-family: 'lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato'), url(./Fonts/Lato-Regular.woff) format('woff')
}

@font-face {
  font-family: 'lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato'), url(./Fonts/Lato-Italic.woff) format('woff')
}

@font-face {
  font-family: 'lato';
  font-style: normal;
  font-weight: 250;
  src: local('Lato'), url(./Fonts/Lato-Hairline.woff) format('woff')
}

@font-face {
  font-family: 'lato';
  font-style: italic;
  font-weight: 250;
  src: local('Lato'), url(./Fonts/Lato-HairlineItalic.woff) format('woff')
}

@font-face {
  font-family: 'lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato'), url(./Fonts/Lato-Light.woff) format('woff')
}

@font-face {
  font-family: 'lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato'), url(./Fonts/Lato-LightItalic.woff) format('woff')
}

@font-face {
  font-family: 'lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato'), url(./Fonts/Lato-Bold.woff) format('woff')
}

@font-face {
  font-family: 'lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato'), url(./Fonts/Lato-BoldItalic.woff) format('woff')
}

@font-face {
  font-family: 'lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato'), url(./Fonts/Lato-Black.woff) format('woff')
}

@font-face {
  font-family: 'lato';
  font-style: italic;
  font-weight: 900;
  src: local('Lato'), url(./Fonts/Lato-BlackItalic.woff) format('woff')
}