.is-typography-preset-heading-2,
    h2 {
        font-size: var(--wp--custom--font--size--heading--2);
        font-weight: var(--wp--custom--font--weight--medium);
        line-height: 1.2;
        letter-spacing: 0
    }

    h6 {
        font-size: var(--wp--custom--font--size--heading--6);
        font-weight: var(--wp--custom--font--weight--bold);
        line-height: 1.2;
        letter-spacing: 0
    }

    .is-typography-preset-body-md {
        font-size: var(--wp--custom--font--size--body--md);
        font-weight: var(--wp--custom--font--weight--regular);
        line-height: 1.5;
        letter-spacing: 0
    }
