/* src/styles.scss */
body {
  min-height: 100vh;
  font-family: "Ubuntu", sans-serif;
  background-image: url(/assets/fundo.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
html {
  scroll-behavior: smooth;
}

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