body.vdm-site h1,
body.vdm-site h2,
body.vdm-site h3,
body.vdm-site h4,
body.vdm-site h5,
body.vdm-site h6 {
    margin-top: 0;
    color: var(--vdm-color-navy);
    font-family: var(--vdm-font-display);
    font-weight: 600;
    line-height: var(--vdm-line-height-heading);
    letter-spacing: -0.015em;
}

body.vdm-site h1 {
    font-size: var(--vdm-font-size-h1);
    line-height: var(--vdm-line-height-tight);
}

body.vdm-site h2 {
    font-size: var(--vdm-font-size-h2);
}

body.vdm-site h3 {
    font-size: var(--vdm-font-size-h3);
}

body.vdm-site p,
body.vdm-site li,
body.vdm-site input,
body.vdm-site select,
body.vdm-site textarea,
body.vdm-site button {
    font-family: var(--vdm-font-body);
}

.vdm-eyebrow {
    margin-bottom: var(--vdm-space-3);
    color: var(--vdm-color-brass-dark);
    font-family: var(--vdm-font-body);
    font-size: var(--vdm-font-size-xs);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.vdm-section-heading {
    max-width: 18ch;
    margin-bottom: var(--vdm-space-3);
}

.vdm-section-intro {
    max-width: 66ch;
    margin-bottom: var(--vdm-space-5);
    color: var(--vdm-color-muted);
    font-size: var(--vdm-font-size-md);
}
