@font-face {
  font-family: Merriweather;
  src: url('../assets/fonts/Merriweather-Regular-9.ttf') format('truetype');
}

@font-face {
  font-family: Didact Gothic;
  src: url('../assets/fonts/DidactGothic-Regular-2.ttf') format('truetype');
}

@font-face {
  font-family: Poppins-Black;
  src: url('../assets/fonts/Poppins-Black.otf') format('truetype');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../assets/fonts/Poppins-Bold.otf') format('truetype');
}

@font-face {
  font-family: Poppins-ExtraBold;
  src: url('../assets/fonts/Poppins-ExtraBold.otf') format('truetype');
}

@font-face {
  font-family: Poppins-Light;
  src: url('../assets/fonts/Poppins-Light.otf') format('truetype');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../assets/fonts/Poppins-Medium.otf') format('truetype');
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../assets/fonts/Poppins-Regular.otf') format('truetype');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../assets/fonts/Poppins-SemiBold.otf') format('truetype');
}