:root {
  --theme-primary-color: #ffffff;
  --theme-primary-color-background: #0c2074;
}
@media print {
   :root {
  --theme-primary-color: #ffffff;
  --theme-primary-color-background: #000000;
   }
}
:root {
  --theme-secondary-color: #000000;
  --theme-secondary-color-background: #86d2ed;
}
@media print {
   :root {
  --theme-secondary-color: #ffffff;
  --theme-secondary-color-background: #000000;
   }
}
