/* ==========================================================================
   27. BLUSH & BLOOM — Cormorant Infant + Quicksand
   ========================================================================== */

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

.type-blush-bloom {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7;
    font-weight: 400;
}

.type-blush-bloom h1,
.type-blush-bloom h2,
.type-blush-bloom h3,
.type-blush-bloom h4,
.type-blush-bloom h5,
.type-blush-bloom h6 {
    font-family: 'Cormorant Infant', serif;
    font-weight: 500;
    /* font-style: italic; */
    line-height: 1.05;
    letter-spacing: 0;
}

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

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

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

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

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

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

.type-blush-bloom p {
    margin: 0.75rem 0;
}

.type-blush-bloom .display {
    margin-bottom: 2rem;
}

.type-blush-bloom .display h1 {
    font-size: clamp(2.5rem, 6vw, 3rem);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

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