@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-Regular.tff') format('tff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-Medium.tff') format('tff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-SemiBold.tff') format('tff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-Bold.tff') format('tff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
