h1 {
  font-size: var(--font-size-xlarge);
  margin: var(--size-l4) 0 var(--size-small);
  line-height: var(--line-height-xnarrow);
  text-align: start;
  font-variation-settings:
    "opsz" 30,
    "wght" 800;
  word-spacing: 0.35ch;
  text-wrap: balance;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  text-shadow: var(--text-shadow-high);
}
