@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/whc/fonts/Poppins-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/whc/fonts/Poppins-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/whc/fonts/Poppins-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url("/wp-content/themes/whc/fonts/Poppins-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}