/*
 * COMPONENT STYLES
 * Widgets, cards, buttons, forms, lists, CTAs, and reusable elements
 */

/* Masthead Component */
.masthead {
  .masthead__title {
    font-weight: 400;
    /* font-size: 3.4rem; */
    line-height: 1.2em;

    span {
      font-weight: 700;
      font-size: 1.25em;
      line-height: 1.2em;
    }
  }
}

.hellix-button {
  background-color: var(--)
}