/* Camiabogada brand mark — wordmark only */
.camiabogada-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: #fff;
}

.camiabogada-brand__img {
  display: none;
}

.camiabogada-brand__text {
  font-family: var(--font-titulares, 'DM Serif Display', 'Inter', system-ui, -apple-system, serif);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 640px) {
  .camiabogada-brand__text {
    font-size: 1.0625rem;
  }
}
