.eighty-eight-thirty-one {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}

/* CSS */
:root {
  font-family: Inter, sans-serif;
  font-feature-settings: "liga" 1, "calt" 1;
  /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}

.emoji {
  font-family: OpenMoji;
}

.float-right {
  float: right;
}

.govuk-purple {
  color: #912b88;
}

.increment-bg {
  background: url(//incr.easrng.net/bg.gif);
}