h1,
h2,
h3,
h4,
h5,
h6 {
    font-variation-settings: "wght" 700, "wdth" 115, "slnt" 0;
}

field,
label,
li,
p,
ol,
ul {
    font-variation-settings: "wght" 300;
}

b,
strong {
    font-variation-settings: "wght" 600;
}

em,
i {
    font-style: normal;
    font-variation-settings: "slnt" -12;
}

/* custom: button typography */
.wp-block-button__link {
    font-variation-settings: "wght" 700, "wdth" 68, "slnt" 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* custom: header navigation */
.wp-block-navigation-item__content {
    font-variation-settings: "wght" 700, "wdth" 68, "slnt" 0;
    text-decoration: none !important;
}

/* custom: page template content container */
.entry-content {
    padding-top: 0 !important;
}