/**
 * Fonts for Kingdom sermon series
 */

/* Load the fonts */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* Apply fonts */

h2{
    font-family: "Bebas Neue", "sans-serif";
    text-align: center;
    letter-spacing: 0.5rem;
}

/* Blocks */

.block-paragraph_with_background .prose{
    max-width: none;
}

.block-paragraph_with_background p{
    font-family: "Bebas Neue", "sans-serif";
    /*font-style: italic;*/
    /*font-weight: bold;*/
    /*font-size: 2rem;*/
    /*line-height: 2.2rem;*/
}

/*@media (min-width: 1250px) {*/
/*    .block-paragraph_with_background p {*/
/*        font-size: 3rem;*/
/*        line-height: 3.2rem;*/
/*    }*/
/*}*/
