@layer components {
  .h1 {
    color: var(--color-base-content);
    font-size: var(--text-3xl);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0;
    line-height: var(--text-3xl--line-height);
    text-wrap: balance;
  }

  .h2 {
    color: var(--color-base-content);
    font-size: var(--text-lg);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0;
    line-height: var(--text-lg--line-height);
    text-wrap: balance;
  }

  .h3 {
    color: var(--color-base-content);
    font-size: var(--text-base);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0;
    line-height: var(--text-base--line-height);
    text-wrap: balance;
  }
}
