<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 56:18 Expected identifier but found "!"
Line 69:70 Unexpected "{"

**/
/*
custom.css

Use this file to add custom CSS to your theme.
Make sure to uncomment out the line in theme.liquid so that this css file is loaded.

For more information check out this help guide:
https://help.switchthemes.co/shapes/advanced/custom-css.html
*/


/*ADDING CUSTOM FONTS */

@font-face {
font-family: 'JennyLemonss';
font-weight: 300;
font-style: normal;
font-display: swap;
src: url('/cdn/shop/files/JennyLemonss.woff2?v=1722024600') format('woff2'), url('/cdn/shop/files/JennyLemonss.woff?v=1722024600') format('woff');
}





/*ASSIGNING CUSTOM FONTS */

h1 {
font-family: "JennyLemonss";
font-style:normal;
font-color:#464141;
}



.h1{font-family:'JennyLemonss';font-color:#464141;}
.h2{font-family:'JennyLemonss';font-color:#464141;}
.h3{font-family:'JennyLemonss';font-color:#464141;}
.h4{font-family:'JennyLemonss';font-color:#464141;}





.LT-clickable-grid-block-content-title {
  font-family:"JennyLemonss";
}

.LT-IVB-description {
  font-size: 17px;!important
}

.LT-IVB-title {
  font-family: JennyLemonss;
  font-size: 50px;
}

.LT-clickable-grid-block-content-title {
  font-family: JennyLemonss;
}


.section-content relative z-10 py-section-vertical-spacing px-section{{section-x-padding:0rem;}}</pre></body></html>