.cf-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #f7f5f1;
  font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.cf-brand__mark {
  width: 34px;
  height: 34px;
  display: block;
  flex: 0 0 34px;
  object-fit: contain;
}

.cf-brand__name {
  font-size: 1.08rem;
  letter-spacing: 0;
}

.cf-brand__name > span {
  color: #ff6b2c;
}

a,
code {
  overflow-wrap: anywhere;
}

.cf-brand--footer .cf-brand__mark {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.cf-brand--footer .cf-brand__name {
  font-size: 1.18rem;
}

:focus-visible {
  outline: 3px solid #ffd2bc;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #0e0e11;
  background: #ffd2bc;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

@media (forced-colors: active) {
  :focus-visible {
    outline: 2px solid CanvasText;
  }
}
