/* Setting 'font-size' at 62.5% means that 1rem now equals 10pt/10px. */
:root {
    -webkit-font-smoothing: antialiased;
}

/* Headers, etc. */

.white-space-nowrap {
  white-space: nowrap;
}

.text-decoration-none,
.text-decoration-none a {
  text-decoration: none;
  color: currentColor;
}

.text-transform-uppercase,
.text-transform-uppercase * {
  text-transform: uppercase;
}

a,
a * {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.letter-spacing-15,
.letter-spacing-15 * {
  letter-spacing: 15%;
}

.line-height-1,
.line-height-1 * {
  line-height: 1;
}