/* ==========================================================================
   36. GRAND TOUR — Cormorant SC + Raleway
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400&display=swap');

.type-grand-tour {
    font-family: 'Raleway', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.type-grand-tour h1,
.type-grand-tour h2,
.type-grand-tour h3,
.type-grand-tour h4,
.type-grand-tour h5,
.type-grand-tour h6 {
    font-family: 'Cormorant SC', serif;
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: 0.1em;
}

.type-grand-tour h1 {
    font-size: clamp(2.25rem, 5vw, 2.5rem);
    margin: 1.2rem 0;
}

.type-grand-tour h2 {
    font-size: clamp(1.75rem, 4vw, 2rem);
    margin: 1rem 0;
}

.type-grand-tour h3 {
    font-size: clamp(1.5rem, 3.5vw, 1.75rem);
    margin: 0.9rem 0;
}

.type-grand-tour h4 {
    font-size: clamp(1.375rem, 3vw, 1.6rem);
    margin: 0.8rem 0;
}

.type-grand-tour h5 {
    font-size: clamp(1.25rem, 2.5vw, 1.48rem);
    margin: 0.75rem 0;
}

.type-grand-tour h6 {
    font-size: clamp(1.125rem, 2vw, 1.3rem);
    margin: 0.75rem 0;
}

.type-grand-tour p {
    margin: 0.75rem 0;
}

.type-grand-tour .display {
    margin-bottom: 2rem;
}

.type-grand-tour .display h1 {
    font-size: clamp(2.5rem, 5vw, 2.9rem);
    line-height: 0.9;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.type-grand-tour .display p {
    font-size: clamp(1.125rem, 1.8vw, 1.15rem);
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
}