/** Shopify CDN: Minification failed

Line 17:13 Expected ")" to end URL token
Line 24:13 Expected ")" to end URL token

**/
/*//////*/
/* When this file loads, we flip a class and let Roboto take over */
:root.fonts-ready{
  --font-body-family: "Roboto","Roboto Fallback",system-ui,-apple-system,"Segoe UI",Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";
  --font-heading-family: var(--font-body-family);
}

/* Actual webfonts */
@font-face{
  font-family:"Roboto";
  src:url({{ 'Roboto-Regular.woff2' | asset_url }}) format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Roboto";
  src:url({{ 'Roboto-SemiBold.woff2' | asset_url }}) format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

/* Metrics-corrected local fallback to prevent nudge before Roboto appears */
@font-face{
  font-family:"Roboto Fallback";
  src:local("Arial");
  ascent-override:92%;
  descent-override:24%;
  line-gap-override:0%;
  size-adjust:100%;
}
/*//////*/