/* the color module sometimes will fail to regenerate/hook into the chosen colors for the totallynutz theme. this override makes sure that the site never goes over to the "purple side" */
:root {
  --bodyBg: #ffffff !important;
  --textColor: #333333 !important;
  --dark: #272727 !important;
  --primaryColor: #af1e2c !important;
  --primaryLight: #e0ded9 !important;
  --primaryLighter: #f8f8f8 !important;
}
