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

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

@font-face {
  font-family: 'Lato-Bold';
  src: url('../font/Lato/Lato-Bold.ttf');
}

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

@font-face {
  font-family:'sf-pro-display';
  font-style: bold;
  src: url('../font/sf-pro-display/SFPRODISPLAYBOLD.OTF');
}