/** Shopify CDN: Minification failed

Line 23:14 Expected ")" to end URL token
Line 30:14 Expected ")" to end URL token

**/
@font-face{
	font-family: 'MADE Mirage Regular';
	src:url(./MADE\ Mirage\ Regular.otf) format("truetype");
	font-weight:400;
	font-style:normal;
}

@font-face{
	font-family: 'MADE Mirage Medium';
	src:url(./MADE\ Mirage\ Medium.otf) format("truetype");
	font-weight:500;
	font-style:normal;
}

@font-face {
  font-family: 'Andine';
  src: url({{ 'Andine.woff2' | asset_url }}) format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url({{ 'Manrope-VariableFont_wght.woff2' | asset_url }}) format('woff2');
  font-weight: 200 800; /* This range is for the variable font */
  font-display: swap; /* Best practice for performance */
}