/* Hide element visually, keeping it focusable (with keyboard) and available for screen-readers */
.Eyebrow {
  /* Set color on root of component. It can be overridden after the @include */
  color: var(--colorsTextDefault, #141414);
  /* Make sure font-family goes across entire component */
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  font-size: 12px;
  font-style: normal;
  color: var(--colorsTextSubdued, #606162);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin: 0;
}
.Eyebrow.Eyebrow--large {
  font-size: 14px;
}
.Eyebrow.Eyebrow--medium {
  font-size: 12px;
}
.Eyebrow.Eyebrow--small {
  font-size: 10px;
}

.Eyebrow--bold {
  font-weight: bold;
}

.Eyebrow--italic {
  font-style: italic;
}

.Eyebrow--inline {
  display: inline-block;
}

.Eyebrow--block {
  display: block;
}

/*# sourceMappingURL=index.css.map */
