/* One wordmark across public, candidate, mobile and agency surfaces. */
.brand-type,
.auth-brand,
.wordmark,
.office-brand .brand-type {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.8px;
}

.brand-type small,
.auth-brand small,
.wordmark small,
.office-brand .brand-type small {
  display: inline-block;
  margin: 0;
  padding: 5px 7px 6px;
  border-radius: 4px;
  background: var(--ink, #14271f);
  color: var(--green, #baff43);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  transform: rotate(-3deg);
}
