/* The SVG owns the letterforms and spacing. Consumers choose only size and tone. */
.ike-wordmark {
  display: inline-block;
  width: auto;
  height: 0.71em;
  max-width: none;
  vertical-align: baseline;
}

.ike-wordmark--light {
  filter: brightness(0) invert(1);
}
