/*
Theme Name: Atlas Child
Template: twentytwentyfive
Version: 1.0
*/

/* ==================================================
   BRIGHTENING FUTURES
   CANONICAL READING TEMPLATE V1
   LEFT-JUSTIFIED TEST
   TYPOGRAPHY = INTER 400
   ================================================== */

.wp-block-post-content {

    font-family: Inter;

    max-width: 62ch;

    margin-left: 0;
    margin-right: auto;

    font-size: 24px;
    line-height: 1.9;

    color: #343434;

}

/* Force shared reading column */

.wp-block-post-content > * {

    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

}

/* Paragraphs */

.wp-block-post-content p {

    margin-top: 0;
    margin-bottom: 1.4em;

}

/* Headings */

.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3 {

    font-family: Inter;

    font-size: 1.9rem;

    font-weight: 400;

    line-height: 1.2;

    color: #2f2f2f;

    margin-top: 2em;
    margin-bottom: 1em;

}

.wp-block-post-content h1:first-child,
.wp-block-post-content h2:first-child {

    margin-top: 0;

}

/* Lists */

.wp-block-post-content ul,
.wp-block-post-content ol {

    margin-top: 0;
    margin-bottom: 1.4em;
    padding-left: 1.5em;

}

.wp-block-post-content li {

    margin-bottom: 0.5em;

}

/* Images */

.wp-block-post-content img {

    display: block;
    max-width: 100%;
    height: auto;
    margin: 2.5em auto;

}

/* Buttons */

.wp-block-post-content .wp-block-buttons {

    justify-content: center;

}

.wp-block-post-content .wp-block-button {

    margin-top: 1em;
    margin-bottom: 1em;

}

/* Outer breathing room */

.wp-site-blocks {

    padding-left: 60px;
    padding-right: 60px;

}

/* Mobile */

@media (max-width: 767px) {

    .wp-site-blocks {

        padding-left: 24px;
        padding-right: 24px;

    }

    .wp-block-post-content {

        max-width: 34ch;

        margin-left: 0;
        margin-right: auto;

        font-size: 20px;
        line-height: 1.85;

    }

    .wp-block-post-content h1,
    .wp-block-post-content h2,
    .wp-block-post-content h3 {

        font-size: 1.8rem;

    }

}