:root{
  --adra:#2e7d32;
}

body{
  background:#f5f7f6;
}

.btn-adra{
  background:var(--adra);
  color:#fff;
}

.btn-adra:hover{
  background:#256428;
}

.card{
  border:none;
  border-radius:14px;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}



.table thead th { white-space: nowrap; }
.badge-soft { background: rgba(46,125,50,.12); color: #1e5a22; }




:root{
  --adra-green:#2E7D32;
}

html, body{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
