top of page
bottom of page
/* ── FORCE LARGE TYPOGRAPHY OVERRIDE ── */
.nameplate {
font-size: clamp(4rem, 12vw, 9rem) !important;
line-height: 0.9 !important;
}
.about-headline {
font-size: clamp(3rem, 7vw, 5.5rem) !important;
line-height: 1.0 !important;
}
.contact-headline {
font-size: clamp(2.8rem, 6vw, 4.5rem) !important;
line-height: 1.0 !important;
}
.pull-quote {
font-size: clamp(1.4rem, 3vw, 2rem) !important;
line-height: 1.5 !important;
}
.card-title {
font-size: clamp(1rem, 2vw, 1.3rem) !important;
}
.about-headline,
.contact-headline,
.nameplate,
.pull-quote,
.card-title {
font-family: 'Playfair Display', serif !important;
font-weight: 900 !important;
}
html { font-size: 16px !important; }