/* Minimal fallback / critical styles. Replace with compiled Tailwind in production.
   This file is intentionally small so page renders decently before the main CSS. */

html, body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F6F9FC;
  color: #425466;
}

a { color: #635BFF; }

/* Small helpers used on the page */
.container { max-width: 1200px; margin: 0 auto; }

/* TODO: remove this file after building Tailwind and linking /static/css/tailwind.css */