body {
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--text-primary);
    line-height: 1.2;
    font-weight: 700;
}

h1 {
    font-size: clamp(3rem, 7vw, 5rem);
}

h2 {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
}

h3 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

p {
    color: var(--text-secondary);
    font-size: 1rem;
}

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

.section-title h6 {
    color: var(--primary-color);
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.section-title h2 {
    margin-bottom: 20px;
}

.section-title p {
    max-width: 720px;
    margin: 0 auto;
}