/* You can add global styles to this file, and also import other style files */
:root {
  --red-text: #C21532;
  --standard-background: #ffffff;
}
body {
  background-color: var(--standard-background);
  margin: 0px;
}
.redText {
  color: var(--red-text);
}

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