/**
 * Fonts for Kingdom sermon series
 */

/* Load the fonts */

@import url('https://use.typekit.net/zfr6ton.css');

/* Apply fonts */

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

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

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