/* This file is copied to the ng folder as is (see angular.json). It is is referenced
 in the main layout page of cloudscribe to ensure consistent theming between the
app and admin pages */
:root {
  --cmsi-color: #6d0040;
  --cmsi-color-light: #a0005e;
  --cmsi-color-dark: #3a0022;
  --cmsi-label-color: #68053f;
  --cmsi-border-color: lightgray;
  --cmsi-secondary-color: #909090;
}
