  @font-face {
    font-family: 'Poppins';
    src: url('/pegasus/wp-content/themes/Pegasus-Theme/static/fonts/poppins/Poppins-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/pegasus/wp-content/themes/Pegasus-Theme/static/fonts/poppins/Poppins-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/pegasus/wp-content/themes/Pegasus-Theme/static/fonts/poppins/Poppins-LightItalic.ttf');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('/pegasus/wp-content/themes/Pegasus-Theme/static/fonts/poppins/Poppins-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}
