:root {
    --bs-font-sans-serif: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
body {
    font-family: var(--bs-font-sans-serif);
}



table {
  font-size: 14px;
}

th {
  min-width: 120px;
  white-space: nowrap;
}