/* Local Barlow is static; use its Regular outlines with the design's fine outside stroke. */
@font-face {
  font-family: "Barlow Nav 450";
  src: url("../../assets/fonts/barlow-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 450;
  font-display: block;
}

.mx-nav-button {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: var(--mx-nav-button-height, 30px);
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text1, #000);
  font-family: "Barlow Nav 450", "Barlow", Arial, sans-serif;
  font-size: 16px;
  font-weight: 450;
  line-height: 22px;
  font-synthesis: none;
  -webkit-text-stroke: 0.24px currentColor;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
}

.mx-nav-button:hover,
.mx-nav-button:focus-visible {
  background: var(--header-control-hover, rgba(0, 0, 0, 0.04));
}

.mx-nav-button:focus-visible {
  outline: 1px solid var(--header-focus-ring, rgba(0, 0, 0, 0.35));
  outline-offset: 2px;
}
