body {
font-family: 'Lato', sans-serif;
font-weight: 400;
color: #2E2E2E;
line-height: 1.7;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Cormorant Garamond', serif;
font-weight: 500;
letter-spacing: 0.02em;
} h1 {
font-size: clamp(2.2rem, 4vw, 3.2rem);
} h2 {
font-size: clamp(1.8rem, 3vw, 2.4rem);
}
h3 {
font-size: 1.5rem;
} button,
.et_pb_button {
font-family: 'Lato', sans-serif;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}