/* ===== Branding Creative Insight pour Grist ===== */
:root {
  --grist-color-light-green: #3f51b5;
  --grist-color-dark-green: #303f9f;
  --grist-color-medium-green: #3f51b5;
  --grist-theme-control-fg: #3f51b5;
  --grist-theme-control-primary-bg: #3f51b5;
  --grist-theme-control-primary-hover-bg: #303f9f;
  --grist-theme-logo-bg: #3f51b5;
}
.test-dm-logo, .test-logo {
  background-image: url("custom-logo.svg") !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
