/* [project]/src/app/(storefront)/globals.css [app-client] (css) */
*, :before, :after {
  box-sizing: border-box;
}

html, body {
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  background: #fafafa;
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

/*# sourceMappingURL=src_app_%28storefront%29_globals_02zggw~.css.map*/