.brand-monogram {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  color: var(--orange);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.footer-brand .brand-monogram {
  width: 44px;
  height: 44px;
  font-size: 32px;
}
