/* Page-level overrides for the Home template only.
   Section styling itself lives in each section's own classes/[name]/[name].css. */

/* Desktop eyebrow matches the body copy beneath it here, rather than the
   default terracotta accent. */
.content-banner__eyebrow--desktop {
    color: var(--color-dark);
}

.content-banner__body {
    color: var(--color-dark);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.image-text {
    background: var(--color-greige-light);
}
