/* ===================================
   TYPOGRAPHY
   Font styles and text formatting
   =================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 72px;
    font-weight: 900;
}

h2 {
    font-size: 48px;
    font-weight: 900;
}

h3 {
    font-size: 26px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

p {
    line-height: 1.6;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
    color: var(--secondary);
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    opacity: 0.95;
}
