/**
 * Fonts for Kingdom sermon series
 */

/* Load the fonts */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://use.typekit.net/ogy4pra.css');

/* Apply fonts */

h2.text-title{
    font-family: "Instrument Serif", "serif";
    font-weight: 400;
    text-align: center;
}
@media (min-width: 1250px) {
    h2.text-title {
        font-size: 7rem;
    }
}

.block-paragraph_with_background .text-light {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3rem;
}

.block-paragraph_with_background .text-accent {
    font-family: "Instrument Serif", "serif";
    text-transform: uppercase;
    font-size: 3rem;
}

#resources a{
    background-color: #D9D9D9;
    border-radius: .375rem;  /* .rounded-md */
    color: #161616;
}

#resources a:hover{
    background-color: #E29C2B;
}