/**
 * Local/system typography only.
 * No Google Fonts or external font files are requested.
 */
html {
    font-family: var(--font-body);
    font-synthesis: none;
}
body, button, input, select, textarea {
    font-family: var(--font-body);
}
h1, h2, h3, h4, h5, h6,
.section-heading, .site-title {
    font-family: var(--font-heading);
    font-weight: 760;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--color-primary);
}
p, li, input, select, textarea {
    letter-spacing: -.006em;
}
strong, b {
    font-weight: 720;
}
.button, .primary-navigation a, .footer-column h3 {
    font-family: var(--font-heading);
}
