@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.otf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.otf');
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}