.ds-main .heading h1 {
  font-size: 28px;
  font-weight: 650;
  line-height: 1.2;
}
.ds-main h2 {
  font-size: 21px;
  font-weight: 600;
}
.ds-main .searchbar input {
  padding-left: 40px;
}
.ds-main .text-white {
  color: #183128;
}
.ds-main button.text-white,
.ds-main a.pb-btn-primary {
  color: white;
}
.ds-main .rounded-2xl,
.ds-main .rounded-xl {
  border-radius: 7px;
}
.auth-page .ds-main > div.min-h-\[calc\(100vh-120px\)\] {
  min-height: 100vh;
}
.auth-page h1 {
  font-size: 26px;
  font-weight: 650;
}
.workspace-title h1 {
  font-weight: 600;
}
.demo-card-body h3 {
  font-weight: 600;
}
