/* [project]/apps/web/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --background: #f7f8fb;
  --foreground: #171b23;
  --muted: #667085;
  --panel: #fff;
  --border: #d9dee8;
  --accent: #2563eb;
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

button, input, textarea, select {
  font: inherit;
}

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