/* Font configuration - Outfit from Google Fonts */
* {
  font-family: 'Outfit', sans-serif;
}

.dt-layout-row:has(.dt-search),
.dt-layout-row:has(.dt-length),
.dt-layout-row:has(.dt-paging) {
  display: none !important;
}