/* SutonnyMJ is a legacy ANSI/Bijoy font. This site uses Unicode Bangla text. */
body,
input,
textarea,
button,
fieldset,
legend {
  font-family: "Noto Serif Bengali", "Noto Naskh Arabic", serif !important;
}

input,
textarea,
button {
  font-weight: 500;
}

.brand-logo img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  background: #f8f0dd;
}

.brand-logo .brand-mark {
  display: none;
}

@media (max-width: 760px) {
  .brand-logo img {
    width: 36px;
    height: 36px;
  }
}
