/** Shopify CDN: Minification failed

Line 31:26 Unexpected "{"
Line 31:35 Expected ":"

**/
:root{
    --font-body-family: "Gotham", sans-serif;
    --font-heading-family: "The Seasons", serif;
}

/* Body */
body{
    font-family: var(--font-body-family) !important;
}

/* Headings */
h1,h2,h3,h4,h5,h6{
    font-family: var(--font-heading-family) !important;
}

h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #111;
}

#product-recommendations-{{ section.id }} .resource-list__item {
    display: flex;
    flex-direction: column;
}

@media (max-width: 576px) {
    h2 {
       font-size: 1.75rem;
    }
   
}