/*
* All fonts are licensed under the SIL Open Font License. See the license at
* https://www.omenarchive.com/fonts/sil-open-font-license.txt.
*/

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.otf');
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.otf');
  font-weight: bold;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Italic.otf');
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-BoldItalic.otf');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins SemiBold';
  src: url('fonts/Poppins-SemiBold.otf');
}

@font-face {
  font-family: 'Poppins SemiBold';
  src: url('fonts/Poppins-SemiBoldItalic.otf');
  font-style: italic;
}

@font-face {
  font-family: 'Poppins Medium';
  src: url('fonts/Poppins-Medium.otf');
}

@font-face {
  font-family: 'Poppins Medium';
  src: url('fonts/Poppins-MediumItalic.otf');
  font-style: italic;
}

@font-face {
  font-family: 'Poppins Medium';
  src: url('fonts/Poppins-Bold.otf');
  font-weight: bold;
}
