/* projects/acs/src/styles.scss */
:root {
  font-family:
    "Roboto",
    "Inter",
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
  color: #1f1f1f;
  background: #fff;
  --asstio-top-nav-max-width: 1440px;
  --asstio-breadcrumb-bg: #343434;
  --asstio-product-list-max-width: 1440px;
}
body {
  margin: 0;
  font-family: inherit;
  background: inherit;
}
a {
  color: inherit;
}

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