/**
 * @license
 * © 2021 MyFonts Inc
*/

@font-face {
  font-family: 'Poppins-Light';
  src: url('webFonts/Poppins/Poppins-Light.ttf');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('webFonts/Poppins/Poppins-Medium.ttf');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('webFonts/Poppins/Poppins-Bold.ttf');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('webFonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('webFonts/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('webFonts/Gotham/Gotham-Bold.otf');
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('webFonts/Gotham/Gotham-Light.otf');
}
@font-face {
  font-family: 'Gotham-medium';
  src: url('webFonts/Gotham/Gotham-medium.otf');
}


@font-face {
  font-family: 'Montserrat';
  src: url('webFonts/Montserrat/Montserrat-Alternates-Black.ttf');
}