/* [project]/src/app/global.css [app-client] (css) */
:root {
  --ag-header-height: 48px;
  --ag-row-height: 40px;
  --ag-background-color: white;
  --ag-header-background-color: #004080;
  --ag-header-foreground-color: white;
  --ag-border-color: #ddd;
  --ag-odd-row-background-color: #f9f9f9;
  --ag-font-family: "Roboto", sans-serif;
}

.ag-theme-material {
  --ag-font-size: 14px;
  --ag-header-height: 48px;
  --ag-row-height: 42px;
}

.ag-theme-material .ag-header-cell-text {
  font-weight: 500;
}

.ag-theme-material .ag-row {
  border-bottom: 1px solid var(--ag-border-color);
}

.ag-theme-material .ag-row-odd {
  background-color: var(--ag-odd-row-background-color);
}

/*# sourceMappingURL=src_app_global_9624efb4.css.map*/