/* Custom overrides and quick utility tweaks */
/* This file loads after the Tailwind CDN so you can add small overrides here. */

html, body, #root {
  height: 100%;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* example custom class */
.app-container {
  @apply bg-slate-100 text-slate-800;
}
