/* Base styles for Dashboards */
:root {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
}

/* Table scroll resets and persistent behaviors */
table {
  width: 100%;
  border-collapse: collapse;
}

.isHidden {
  opacity: 0.2 !important;
}
