body {
  font-family: "Figtree", sans-serif !important;
}

.display-1 {
  font-size: 3rem;
  font-weight: 700;
}

.text-xs {
  font-size: 0.75rem;
}

.channel-logo {
  height: 40px;
}

.qr-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px dashed #ced4da;
  border-radius: 8px;
  padding: 16px;
  height: 150px;
}

.qr-image {
  max-height: 100%;
  max-width: 100%;
}

.btn-search {
  background-color: #D8D9DD !important;
  border-color: #D8D9DD !important;
  color: #000;
}