@font-face {
  font-family: 'Poppins';
  src: url("Poppins-Regular.ttf") format('TrueType');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("Poppins-Medium.ttf") format('TrueType');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("Poppins-SemiBold.ttf") format('TrueType');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("Poppins-Bold.ttf") format('TrueType');
  font-weight: 700;
  font-display: swap;
}