.brand-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.brand-bar img {
  height: 40px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.brand-bar span {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted, #6b7280);
  letter-spacing: 0.02em;
}

body.font-serif {
  font-family: Georgia, "Times New Roman", serif;
}

body.font-mono {
  font-family: Consolas, "Courier New", monospace;
}
