body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
}



h1 { font-size: 3.5rem; }
h2 { font-size: 2.8rem; margin-bottom: 1.5rem; }
h3 {
    font-size: 2.2rem;
    color: var(--light-text-color);

}
p { margin-bottom: 1.2rem; }

.subtitle { font-size: 1.5rem; }
.slogan {
    font-weight: 300;
    font-style: italic;
    color: var(--light-text-color);
}

nav a { font-size: 1.1rem; }