@import "tailwindcss";

/* The Nowills PMS dashboard ships its own stylesheet at public/nowills.css.
   This file only styles framework-generated pages such as 404. */
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #eef1fb, #e7ecfa);
  color: #0f172a;
}
