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

    .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
    }

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

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

    .is-typography-preset-heading-6,
    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-lg {
        font-weight: var(--wp--custom--font--weight--regular);
        line-height: 1.5;
        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
    }
