@font-face {
  font-family: Degular;
  src: url('/fonts/Degular-Bold.otf');
}

html,
#__next {
  background-color: #fafafa !important;
}

.MuiDataGrid-cell {
  min-height: 52px !important;
}

input::placeholder {
  font-size: 0.9rem !important;
}
