body {
    font-family: Poppins, Arial, sans-serif;
}

.brand {
    display: inline-flex;
    align-items: baseline;
    padding: 0;
    color: #0b0f17;
    font-family: Poppins, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1.21px;
    line-height: 1;
}

.brand span {
  color: #536b83;
}

.actions .button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* Clip horizontal overflow without creating a non-scrolling sticky ancestor. */
@supports (overflow: clip) {
  html, body { overflow-x: clip; overflow-y: visible; }
  /* Keep keyboard return targets and their focus ring below the 70px topbar. */
  html { scroll-padding-top: 76px; }
}

/* This stylesheet follows portal.css: retain the complete compact brand there. */
@media (max-width: 360px) {
  .topbar > .brand {
    display: grid;
    place-items: center;
    font-size: 0;
  }
  .topbar > .brand span { display: none; }
}
