@font-face {
  font-family: 'LatoRegular';
  src: url('../fonts/Lato-Regular.ttf');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'LatoBold';
  src: url('../fonts/Lato-Bold.ttf');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'LatoLight';
  src: url('../fonts/Lato-Light.ttf');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'LatoItalic';
  src: url('../fonts/Lato-Italic.ttf');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway-Regular.ttf);
  font-style: normal;
  font-weight: normal;
}

