/* [project]/client/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 24px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

code {
  background: #f3f3f3;
  border-radius: 6px;
  padding: 2px 6px;
}

pre {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 12px;
  overflow-x: auto;
}

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