/* [project]/src/styles.css [client] (css) */
:root {
  --color-primary: #ed1c55;
}

body {
  margin: 0;
  height: 100%;
}

* {
  box-sizing: border-box;
}

blockquote {
  border-left: 2px solid #ddd;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  color: #aaa;
  font-style: italic;
}

#nprogress .bar {
  background: var(--color-primary);
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

#nprogress #nprogress .bar {
  position: absolute;
}

a {
  text-decoration: inherit;
  color: inherit;
}


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