html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

:is(h1, h2, h3, h4, h5, h6, div, p, header, main, details):not(.wp-element-button).has-background {
    padding: var(--wp--style--block-gap);
}

.is-style-subtitle-h1,
.is-style-subtitle-h2 {
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--text-16);
    letter-spacing: 0.05em;
}

.is-style-subtitle-h2 {
    font-size: var(--wp--preset--font-size--text-14);
}