/* Custom styles layered on top of Tailwind. Kept minimal for the skeleton;
   shared component classes (e.g. .input) arrive with the intake form. */

:root {
  --royal: #582c83;
  --gold: #b68d40;
}

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