@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-Bold.ttf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-SemiBold.ttf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-Medium.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-Regular.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04;
}
