/** Shopify CDN: Minification failed

Line 37:0 Unexpected "{"
Line 37:1 Unexpected "{"
Line 37:3 Expected identifier but found "'asivanacustom.css'"
Line 39:0 Unexpected "<"

**/
/*  ------- FONTS -------- */
@font-face {
    font-family: "Blue_Cashews";
    src: url("/cdn/shop/files/Blue_Cashews.woff2?v=1717711978") format("woff"),
    url("Blue_Cashews.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins-Light";
    src: url("/cdn/shop/files/Poppins-Light.woff2?v=1717713135") format("woff"),
    url("Poppins-Light.woff2") format("woff2");
}

/*  ------- FONT STYLING -------- */
h1,h2,h3 {
    font-family: Blue_Cashews !important;
}

h4, h5, p {
    font-family: Poppins-Light !important;
}

h6 {
    font-family: Poppins-Light !important;
  font-weight: 600px !important;
}


{{ 'asivanacustom.css' | asset_url | stylesheet_tag }}

<style>
@import url('https://fonts.googleapis.com/css2?family=Cambo&display=swap');
</style>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cambo&display=swap" rel="stylesheet">

h2 {.cambo-regular {
  font-family: "Cambo", serif;
  font-weight: 400;
  font-style: normal;
} }


/*  ------- FOOTER STYLING -------- */


h5::before {
  content: "\a";
  white-space: pre;
}

grid__description aos-animate {font-size: 14px;
                   }