/** Shopify CDN: Minification failed

Line 11:14 Expected ")" to end URL token

**/
/* Webfont registration — uses Shopify "Files" CDN via file_url */
/* All comments in English */

@font-face{
  font-family: "Ronds Mukode";
  src: url({{ 'Ronds_Mukode.woff2' | file_url }}) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* avoid FOIT */
}

/* Expose handy CSS variables */
:root{
  --mfc-font-heading: "Ronds Mukode";
  --mfc-font-ui: "Ronds Mukode";
}
