/* ==========================================================================
   26. CANDY POP — Fredoka + Nunito
   ========================================================================== */

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

.type-candy-pop {
    font-family: 'Nunito', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7;
    font-weight: 400;
}

.type-candy-pop h1,
.type-candy-pop h2,
.type-candy-pop h3,
.type-candy-pop h4,
.type-candy-pop h5,
.type-candy-pop h6 {
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
}

.type-candy-pop h1 {
    font-size: clamp(2rem, 5vw, 2.25rem);
    margin: 1.2rem 0;
}

.type-candy-pop h2 {
    font-size: clamp(1.6rem, 4vw, 1.85rem);
    margin: 1rem 0;
}

.type-candy-pop h3 {
    font-size: clamp(1.4rem, 3.5vw, 1.6rem);
    margin: 0.9rem 0;
}

.type-candy-pop h4 {
    font-size: clamp(1.25rem, 3vw, 1.45rem);
    margin: 0.8rem 0;
}

.type-candy-pop h5 {
    font-size: clamp(1.125rem, 2.5vw, 1.3rem);
    margin: 0.75rem 0;
}

.type-candy-pop h6 {
    font-size: clamp(1rem, 2vw, 1.15rem);
    margin: 0.75rem 0;
}

.type-candy-pop p {
    margin: 0.75rem 0;
}

.type-candy-pop .display {
    margin-bottom: 2rem;
}

.type-candy-pop .display h1 {
    font-size: clamp(2.25rem, 5vw, 2.65rem);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
}

.type-candy-pop .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;
}