:root {
  --custom-theme-color      : #0D6EFD;
  --custom-primary-color    : var(--custom-theme-color);
  --custom-highlight-color  : #8bb6f6;
  --custom-background-color : white;
  --custom-text-color       : black;
  --custom-gridline-color   : #cbcbcb;
}

:root[data-mantine-color-scheme="dark"] {
  --custom-primary-color    : white;
  --custom-highlight-color  : #8bb6f6;
  --custom-background-color : #363636;
  --custom-text-color       : white;
  --custom-gridline-color   : #cbcbcb;
}