/* ==========================================================================
   EVENT PLANNER — Sacramento + Open Sans
   ========================================================================== */

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

.type-event-planner {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 400;
}

.type-event-planner h1,
.type-event-planner h2,
.type-event-planner h3,
.type-event-planner h4,
.type-event-planner h5,
.type-event-planner h6 {
    font-family: 'Sacramento', cursive;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
}

.type-event-planner h1 {
    font-size: clamp(2.75rem, 5vw, 3rem);
    margin: 1.2rem 0;
}

.type-event-planner h2 {
    font-size: clamp(2.25rem, 4vw, 2.5rem);
    margin: 1rem 0;
}

.type-event-planner h3 {
    font-size: clamp(1.875rem, 3.5vw, 2.25rem);
    margin: 0.9rem 0;
}

.type-event-planner h4 {
    font-size: clamp(1.625rem, 3vw, 2rem);
    margin: 0.8rem 0;
}

.type-event-planner h5 {
    font-size: clamp(1.5rem, 2.5vw, 1.75rem);
    margin: 0.75rem 0;
}

.type-event-planner h6 {
    font-size: clamp(1.375rem, 2vw, 1.5rem);
    margin: 0.75rem 0;
}

.type-event-planner p {
    margin: 0.75rem 0;
}

.type-event-planner .display {
    margin-bottom: 2rem;
}

.type-event-planner .display h1 {
    font-size: clamp(3rem, 6vw, 3.5rem);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
}

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