@font-face {
  font-family: 'BinancePlex';
  src: url('/fonts/BinancePlex-Light.woff2') format('woff2');
  font-weight: 300;
}

@font-face {
  font-family: 'BinancePlex';
  src: url('/fonts/BinancePlex-Regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'BinancePlex';
  font-display: swap;
  src: url('/fonts/BinancePlex-Medium.woff2') format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'BinancePlex';
  font-display: swap;
  src: url('/fonts/BinancePlex-SemiBold.woff2') format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'LibreFranklinLight';
  font-display: swap;
  src: url('/fonts/LibreFranklin-Light.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'LibreFranklinSemiBold';
  font-display: swap;
  src: url('/fonts/LibreFranklin-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
