@charset "UTF-8";
/* ═══════════════════════════════════════════════════════════════════════════
   PRODUCT CARDS FONT FIX - Must be at the end to override landing.css
   ═══════════════════════════════════════════════════════════════════════════ */
.landingProductCard,
.landingProductCard *,
.landingProductBottom,
.landingProductBottom *,
.landingProductName,
.landingProductMeta,
.landingMetaLabel,
.landingMetaValue,
.landingPriceRow,
.landingPriceNow,
.landingPriceWas,
.landingElearning,
.landingProductInfo,
.landingProductIcons {
    font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}
