/* Brandbook mark: flowing signal paths entering a circular core. */
.brand .logo-mark {
  width: 49px;
  height: auto;
  fill: var(--teal);
  overflow: visible;
}

.brand .logo-mark path {
  fill: none;
  stroke: var(--teal);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand .logo-mark .logo-core {
  fill: var(--teal);
}

.brand > span {
  letter-spacing: -0.9px;
}

.brand > span > span {
  font-weight: 500;
}

.brand-image img {
  display: block;
  width: 208px;
  height: auto;
}

footer .brand-image img {
  width: 220px;
}
