@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@600;700&family=Nunito:wght@500;700;800;900&display=swap");

body {
    font-family: "Nunito", "Libre Franklin", Arial, sans-serif;
}

.hero h1,
.hero .span-lg,
.hero .span-sm,
.casino-offers-hero h1,
.casino-offers-eyebrow,
.casino-offer-card__label,
.casino-offer-meta span,
.casino-offer-meta strong,
.casino-code-copy,
.casino-offer-btn,
.terms__eyebrow,
.terms h2,
.dropdown-btn,
.btn {
    font-family: "Fredoka", "Nunito", sans-serif !important;
}

.hero__terms,
.hero__terms p,
.terms__intro,
.terms__list li,
.casino-offers-hero p,
.casino-offer-card h2,
.casino-offer-card h2 .offer-muted,
.casino-offer-card h2 .offer-game,
.casino-offer-card__fine,
footer,
footer p {
    font-family: "Nunito", "Libre Franklin", Arial, sans-serif !important;
}

main > section.hero > div.hero__offer > h1,
section.hero > div.hero__offer > h1,
.hero__offer > h1 {
    gap: 0.58rem !important;
    width: min(100%, 820px) !important;
    font-family: "Fredoka", "Nunito", sans-serif !important;
}

main > section.hero > div.hero__offer > h1 > span.span-lg,
.hero__offer h1 .span-lg,
main > section.hero > div.hero__offer > h1 > span.span-lg:nth-child(3),
.hero__offer h1 .span-lg:nth-child(3) {
    font-size: clamp(4rem, 7.45vw, 7.95rem) !important;
    font-weight: 700 !important;
    line-height: 0.88 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #fff !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.32) !important;
}

main > section.hero > div.hero__offer > h1 > span.span-sm,
.hero__offer h1 .span-sm {
    font-size: clamp(1.28rem, 1.88vw, 1.92rem) !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

main > section.hero > div.hero__offer > h1 > span.span-sm strong,
.hero__offer h1 .span-sm strong {
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    main > section.hero > div.hero__offer > h1 > span.span-lg,
    .hero__offer h1 .span-lg,
    main > section.hero > div.hero__offer > h1 > span.span-lg:nth-child(3),
    .hero__offer h1 .span-lg:nth-child(3) {
        font-size: clamp(3rem, 15.4vw, 5.05rem) !important;
    }

    main > section.hero > div.hero__offer > h1 > span.span-sm,
    .hero__offer h1 .span-sm {
        font-size: clamp(1rem, 4.5vw, 1.38rem) !important;
    }
}
