/* HEX colors are web references sampled from the source CI rendering. */
:root {
  --fides-brand-primary: #901815;
  --fides-brand-accent: #c2201d;
  --fides-brand-soft: #fbefee;
  --fides-background: #f7f8fa;
  --fides-surface: #ffffff;
  --fides-text: #20242b;
  --fides-text-muted: #5c6470;
  --fides-border: #e1e4e8;
  --fides-on-brand: #ffffff;
}
