/** Shopify CDN: Minification failed

Line 48:6 Unexpected "/"

**/
/*
  STEP 1: Define both fonts using separate @font-face rules.
  (This part is already correct based on our previous conversation.)
*/
@font-face {
  font-family: 'Molde-Expanded';
  src: url('//zukie.in/cdn/shop/t/5/assets/Molde-Expanded-Regular.woff2?v=73186124773644244871757318178') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('//zukie.in/cdn/shop/t/5/assets/Gilroy-Regular.woff2?v=128767745220831790461757319096') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
  STEP 2: Apply the fonts to the correct elements.
*/

/* Apply Molde-Expanded to all headings
h1, h2, h3, h4, h5, h6 {
  font-family: 'Molde-Expanded', Arial, sans-serif !important;
}
.bls__menu-parent{
    font-family: 'Molde-Expanded', Arial, sans-serif !important;
}
/* Apply Gilroy to all other text (the body) */
/* body {
  font-family: 'Gilroy', Arial, sans-serif !important;
} */

/*
  Optional: If you want to be extra sure, you can also include a more
  specific selector for certain elements that might not inherit from body.
*/
/* p, li, a, span, button {
  font-family: 'Gilroy', Arial, sans-serif !important;
} */ */