/* Draw navigation arrows directly; never rely on an OS emoji/font glyph. */
.ui-arrow {
  display:inline-block;
  width:1em;
  height:1em;
  flex:0 0 auto;
  vertical-align:-.12em;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}
.button>span[aria-hidden="true"],
.header-contact>span[aria-hidden="true"],
.hero-secondary>span[aria-hidden="true"],
.art-note>i[aria-hidden="true"] {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
