@font-face {
  font-family: 'Fustat-Light';
  src: url('/fonts/Fustat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Fustat-Regular';
  src: url('/fonts/Fustat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fustat-SemiBold';
  src: url('/fonts/Fustat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Fustat-Bold';
  src: url('/fonts/Fustat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Fustat-ExtraBold';
  src: url('/fonts/Fustat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

div[data-column-id="1"].rdt_TableCol {
  justify-content: flex-start !important;
  text-align: left !important;
}
