/* projects/maintenance/src/styles.css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  color: #363636;
  display: flex;
  flex-direction: column;
  font-family:
    Manrope,
    arial,
    sans-serif;
  height: 100vh;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-64JLRQVH.css.map */
