/** Shopify CDN: Minification failed

Line 39:5 Unexpected "{"

**/

@font-face {
    font-family: 'Intro-Bold';
    src: url('/cdn/shop/files/intro-bold.woff2?v=1781620734') format('woff2'), 
        url('/cdn/shop/files/intro-bold.woff?v=1781620734') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

  
  

@font-face {
    font-family: 'Intro-Regular';
    src: url('/cdn/shop/files/intro-regular.woff2?v=1781620735') format('woff2'), 
        url('/cdn/shop/files/intro-regular.woff?v=1781620735') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

header p {
    font-size: 14px !important;
}

  

h1, 
h2,
h3,
h4,
h5,
h6,  {
    font-family: "Intro-Bold", serif !important;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    font-style: normal;
}


product-card {
    p {
        font-size: 16px !important;
    }
}

product-price span {
    font-size: 14px !important;
}

.animate-fade-in {
    a {
        text-decoration: underline !important;
    }
}

  

.shopify-policy__container {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    p {
        font-size: 1rem;
    }

    table {
        border: 2px solid black;
        tr:first-child {
            td {
                border-bottom: 2px solid black;
            }
        }
    }

}


a, a span,
button,
button span,
.button,
label,
div,
article,
summary,
ul span,
li span,
p,
.product-item__title {
    font-family: "Intro-Regular", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
}

.text-block {
    width: 55ch;
}

@media only screen and (max-width: 600px) {
    .text-block {
        width: 100%;
    }

}