/* GG font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

.table-current  tr th, .table-current  tr td{
  font-size: 14px;
  font-weight: 400!important;
  font-family: "Poppins", sans-serif;
}