.title--container {
  display: flex;
  flex-direction: column;
  row-gap: var(--Spacing-02);
}

.title {
  font-family: var(--Font-Family);
  color: var(--Color-Text);
  display: grid;
  row-gap: var(--Spacing-02);
  font-weight: 700;
  line-height: 1.2;
}
.title__tagline {
  color: var(--Color-Text);
  font-size: var(--Font-Size-M);
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.18px;
  order: -1;
}
.title__subline {
  color: var(--Color-Text-Medium-Emphasis);
  font-size: var(--Font-Size-S);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.title__link {
  color: var(--Color-Text);
  text-decoration: none;
}
.title__link:focus {
  outline: none;
}
.title__link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.title:has(em) {
  font-weight: 400;
}
.title em {
  display: block;
  font-weight: 700;
  font-style: normal;
}
.title.is-h1 {
  font-size: var(--Font-Size-h1);
}
.title.is-h2 {
  font-size: var(--Font-Size-h2);
}
.title.is-h3 {
  font-size: var(--Font-Size-h3);
}
.title.is-h4 {
  font-size: var(--Font-Size-h4);
}
.title.is-h5 {
  font-size: var(--Font-Size-h5);
}
.title.is-h6 {
  font-size: var(--Font-Size-h6);
}

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