/* OpenFundBook corporate style (Bootstrap based) */
:root{
  --brand-primary:#0d6efd;
}
body{
  background:#f8fafc;
}
.navbar-brand strong{ letter-spacing:.3px; }
.card{
  border:0;
  border-radius:1rem;
  box-shadow:0 10px 20px rgba(0,0,0,.04);
}
.btn{ border-radius:.75rem; }
.badge{ border-radius:.5rem; }
.footer{
  padding:40px 0; color:#6c757d;
}
.hero{
  background: linear-gradient(135deg, rgba(13,110,253,.08), rgba(13,110,253,.02));
  border-radius:1.5rem;
  padding:2.5rem;
}
.table thead th{ background:#f1f5f9; }
