/* [project]/apps/web/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --bg: #f8f6f1;
  --surface: #fdfcf8;
  --fg: #1c1917;
  --fg-muted: #78716c;
  --fg-faint: #a8a29e;
  --accent: #b45309;
  --accent-low: #fef3c7;
  --done-bg: #f3f0ea;
  --border: #e7e3d8;
  --border-mid: #d1c9b8;
  --danger: #dc2626;
  --radius-sm: 4px;
  --radius-md: 8px;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

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

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

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