/* [file: wp-content/themes/storytheme/assets/css/home.css] */

/**
 * Homepage-only rhythm for the composed front-page.php sections.
 */

.gng-home-heading {
    font-family: var(--gng-font-title, "Quicksand", sans-serif);
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--gng-text, #e8eaf2);
    text-align: center;
    margin: 0 0 8px;
}

.gng-home-intro {
    text-align: center;
    color: var(--gng-text-muted, #9aa0c0);
    margin: 0 auto 24px;
    max-width: 560px;
}

.gng-home-stories {
    padding-block: var(--gng-section-gap, 64px);
    padding-inline: 20px;
    max-width: var(--gng-container, 1200px);
    margin: 0 auto;
}
