/**
 * This configuration file sets the defaults for basic colors. Variables that need to be exposed
 * (usable outside of this stylesheet) should use CSS custom properties, while only internal
 * variables (usable only inside this stylesheet) should use SASS variables.
 */
:root {
  --medium-gray: #d6d6d6;
  --soft-black: #404040;
  --soft-white: #f2f2f2;
  --module-bg: rgba(255, 255, 255, 0.7);
  --module-bg-secondary: var(--soft-white);
  --module-fg: rgba(0, 0, 0, 0.7);
  --text-color: var(--module-fg);
  --type-important: rgba(200, 0, 0, .8);
  --type-moderate: rgba(233, 124, 47, .8);
  --type-minor: rgba(241, 197, 37, .8);
  --type-policy: #2ea85e;
  --type-guideline: #317ac5;
}

/*# sourceMappingURL=config.css.map */
