/*
  This file is generated by Tailwind CSS.
  Run `npm run build:css` after editing `wwwroot/css/tailwind.css` to regenerate the optimized output.
*/

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f8fafc;
  color: #0f172a;
}

.text-brand {
  color: #0f172a;
}

.bg-brand {
  background-color: #0f172a;
}

.bg-brand-light {
  background-color: #1e293b;
}

.shadow-soft {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
