html:root {
  --primary-color: #1976d2;
  --primary-color-raised-hover-solid: #1e88e5;
  --primary-color-raised-focus-solid: #42a5f5;

  --primary-color-dark-color: #0d47a1;

  --primary-color-light-color: #e3f2fd;

  --script-header-background: #90caf9;
  --login-header-background: var(--primary-color-dark-color);
}
