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

body {
  color: #1a1a1a;
  background: #fafafa;
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
}

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

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