body.cv2-home,
body.cv2-single {
    margin: 0;
    color: var(--cv2-color-gray-900);
    font-family: var(--cv2-font-body) !important;
}

body.cv2-home *,
body.cv2-single * {
    box-sizing: border-box;
}

.cv2-site-shell {
    min-height: 100vh;
}

.cv2-main {
    display: block;
}

.cv2-mobile-nav__label,
.cv2-eyebrow,
.cv2-hero__panel-label,
.cv2-pillar__index,
.cv2-pathway__eyebrow,
.cv2-footer__title {
    margin: 0;
    font-family: var(--cv2-font-heading);
    font-size: var(--cv2-text-xs);
    font-weight: var(--cv2-font-bold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
