/*!
 * Rongtonu Base — inline-SVG replacements for the Font Awesome glyphs.
 *
 * Storefront ships the complete Font Awesome Free 5.13.0 stylesheet
 * (assets/css/base/icons.css, ~80 KB) but its own CSS uses the font in exactly
 * three places:
 *
 *   1. .star-rating              — the 5-star display (catalog, product, reviews)
 *   2. p.stars a::before         — the interactive rating input on the review form
 *   3. .woocommerce-message/-info/-error/-noreviews/p.no-comments ::before
 *                                — the notice icons
 *
 * Each is reproduced below with a CSS mask over an inlined SVG, so the icon
 * takes `currentColor` exactly as the font glyph did. That lets the 80 KB font
 * stylesheet be dropped entirely (see inc/rongforing-icons.php).
 *
 * Geometry is matched to Storefront's own values so nothing shifts:
 * .star-rating is 5.55em wide and 1.618em tall, i.e. 1.11em per star.
 */.star-rating{font-family:inherit}.star-rating span:before,.star-rating:before{background-color:currentColor;content:""!important;height:1em;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.6 2.9 5.9 6.5.9-4.7 4.6 1.1 6.5-5.8-3.1-5.8 3.1L7.3 14 2.6 9.4l6.5-.9z'/%3E%3C/svg%3E") left center /1.11em 1em repeat-x;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.6 2.9 5.9 6.5.9-4.7 4.6 1.1 6.5-5.8-3.1-5.8 3.1L7.3 14 2.6 9.4l6.5-.9z'/%3E%3C/svg%3E") left center /1.11em 1em repeat-x;width:5.55em}.star-rating span:before,.star-rating:before{top:.309em}p.stars a:before{background-color:currentColor;content:""!important;font-family:inherit;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.6 2.9 5.9 6.5.9-4.7 4.6 1.1 6.5-5.8-3.1-5.8 3.1L7.3 14 2.6 9.4l6.5-.9z'/%3E%3C/svg%3E") center /contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2.6 2.9 5.9 6.5.9-4.7 4.6 1.1 6.5-5.8-3.1-5.8 3.1L7.3 14 2.6 9.4l6.5-.9z'/%3E%3C/svg%3E") center /contain no-repeat}p.stars a:hover~a:before,p.stars.selected a.active~a:before{background-color:#43454b}p.stars.selected a.active:before,p.stars.selected a:not(.active):before,p.stars:hover a:before{background-color:#7f54b3}.woocommerce-error:before,.woocommerce-info:before,.woocommerce-message:before,.woocommerce-noreviews:before,p.no-comments:before{background-color:currentColor;content:""!important;font-family:inherit;height:1em;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 11v5m0-8.4V8'/%3E%3C/svg%3E") center /contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 11v5m0-8.4V8'/%3E%3C/svg%3E") center /contain no-repeat;width:1em}.woocommerce-message:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.5 12 2.3 2.3 4.8-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8.5 12 2.3 2.3 4.8-5'/%3E%3C/svg%3E")}.woocommerce-error:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7.5V13m0 3.2v.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7.5V13m0 3.2v.3'/%3E%3C/svg%3E")}