/**
 * @prop --group-title-font-family: Title font family
 * @prop --group-title-font-weight: Title font weight
 * @prop --group-subtitle-font-family: Subtitle font family
 * @prop --group-subtitle-font-weight: Subtitle font weight
 */

:root
  --group-title-font-family: var(--group-scale-1-typography-font-family)
  --group-title-font-weight: var(--group-scale-1-typography-font-weight-bold)
  --group-subtitle-font-family: var(--group-scale-1-typography-font-family)
  --group-subtitle-font-weight: var(--group-scale-1-typography-font-weight-regular)
