@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@400;500;600;700;800&display=swap');

:root {
    --font-display: "Baloo 2", "Trebuchet MS", sans-serif;
    --font-body: "Nunito", "Avenir", "Segoe UI", sans-serif;
    --font-ui: "Nunito", "Segoe UI", sans-serif;

    --type-step--1: clamp(0.9rem, 0.84rem + 0.2vw, 1rem);
    --type-step-0: clamp(1.03rem, 0.97rem + 0.3vw, 1.16rem);
    --type-step-1: clamp(1.2rem, 1.08rem + 0.66vw, 1.46rem);
    --type-step-2: clamp(1.42rem, 1.23rem + 0.9vw, 1.92rem);
    --type-step-3: clamp(1.88rem, 1.55rem + 1.6vw, 2.8rem);
    --type-step-4: clamp(2.24rem, 1.8rem + 2.35vw, 3.7rem);

    --body-line-height: 1.6;
    --heading-line-height: 1.1;
}

body {
    font-family: var(--font-body);
    font-size: var(--type-step-0);
    line-height: var(--body-line-height);
}

p {
    margin: 0;
    max-inline-size: 66ch;
}

h1,
h2,
h3,
.hero-title,
.section-header,
.card-title,
.book-title,
.album-title,
#gameOverScreen h1 {
    margin: 0;
    font-family: var(--font-display);
    line-height: var(--heading-line-height);
    letter-spacing: -0.01em;
    font-weight: 700;
}

.hero-title {
    font-size: var(--type-step-4);
    background: linear-gradient(90deg, #ef476f 0%, #ff8a00 52%, #9b5de5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-wrap: balance;
}

.section-header {
    font-size: var(--type-step-3);
    text-wrap: balance;
}

.card-title,
.book-title,
.album-title {
    font-size: var(--type-step-1);
    color: #284c7b;
}

.hero-subtitle {
    font-size: var(--type-step-1);
    color: #24566a;
    font-weight: 700;
}

.nav-link,
.btn,
.card-btn,
.view-all-link,
.book-btn,
.album-btn,
.overlay-button,
#pauseButton {
    font-family: var(--font-ui);
    letter-spacing: 0.01em;
}

.card-subtitle,
.book-subtitle,
.album-subtitle,
.site-footer,
.footer {
    font-size: var(--type-step--1);
    color: #24566a;
}
