/* ===================================
   TYPOGRAPHY - Minimal & Clean
   =================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 800;
    text-transform: uppercase;
}

h2 {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
}

h3 {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-secondary);
}

.section-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    text-align: center;
    margin-bottom: var(--spacing-sm);
    color: var(--text-primary);
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto var(--spacing-xl);
}

.section-header {
    margin-bottom: var(--spacing-xl);
}
