/** Shopify CDN: Minification failed

Line 61:0 Unexpected "<"
Line 67:0 Unexpected "<"

**/
/*------------------------------------
 *   CUSTOM FONTS
 *------------------------------------*/

/* custom Adobe fonts*/

    @font-face {
    font-family: "meno-banner", serif;
    font-weight: 400;
    font-style: normal;
    }
    
    @font-face {
    font-family: "meno-banner", serif;
    font-weight: 400;
    font-style: italic;
    }
    
    @font-face {
    font-family: "meno-banner", serif;
    font-weight: 700;
    font-style: normal;
    }
    
    @font-face {
    font-family: "meno-banner", serif;
    font-weight: 700;
    font-style: italic;
    }
    
    /* custom Adobe fonts end*/
    
    /* custom font assignments*/
    
    :root {
      --FONT-STACK-HEADING: "meno-banner", serif !important;
      --FONT-STACK-NAV: "meno-banner", serif;
     
    
    }


    h1, h2, h3 {
    font-family: "meno-banner", serif !important;
    font-weight: 400;
    font-style: normal;
    }

/*------------------------------------
 *   CUSTOM FONTS END
 *------------------------------------*/



<style>

  .empty-metafield-section {
      display: none!important;
    }

</style>
