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

html, body {
  color: #fff;
  background: #0f172a;
  min-height: 100vh;
  font-family: Inter, system-ui, sans-serif;
}

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

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