/**
 * @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');
}

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

@font-face {
  font-family: 'Exo-Medium';
  src: url('webFonts/EXO/Exo-Medium.otf');
}

@font-face {
  font-family: 'Exo-Regular';
  src: url('webFonts/EXO/Exo-Regular.otf');
}
@font-face {
  font-family: 'Exo-Bold';
  src: url('webFonts/EXO/Exo-Bold.otf');
}

@font-face {
  font-family: 'Exo-Bold-Italic';
  src: url('webFonts/EXO/Exo-Bold-Italic.otf');
}
