html {
    color: var(--wp--preset--color--base-text);
}

* {
    word-break: normal;
    overflow-wrap: normal;
    word-wrap: normal;
    hyphens: none;
}

h1, .h1 {
    font-size: var(--wp--preset--font-size--h-1);
    font-weight: 700;
    line-height: 1.25;
}

h2, .h2 {
    font-size: var(--wp--preset--font-size--h-2);
    font-weight: 800;
    line-height: 1.2;
}

h3, .h3 {
    font-size: var(--wp--preset--font-size--h-3);
    font-weight: 600;
    line-height: 1.2;
}

h4, .h4 {
    font-size: var(--wp--preset--font-size--h-4);
    font-weight: 500;
    line-height: 1.2;
}