/** Shopify CDN: Minification failed

Line 56:0 Unexpected "/"

**/
/* -----------------------------------------------------------
   FONT IMPORTS
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;800&family=Roboto:wght@300&display=swap');


/* ===========================================================
   GLOBAL TYPOGRAPHY NOTES
   - Only affects template-specific or section-specific areas.
   - Does NOT override the entire theme.
   - Safe for Prestige / Ride Forge custom templates.
=========================================================== */



/* ===========================================================
   PRODUCT PAGE TYPOGRAPHY
   Applies to: product templates, Commencal-style product pages.
=========================================================== */

/* H1 */
.template-product h1,
.product-page h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: rgb(0,0,0);
}

/* H2 */
.template-product h2,
.product-page h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  color: rgb(0,0,0);
}

/* H3 */
.template-product h3,
.product-page h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: rgb(255,255,255);
}

/
