/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 25 2025 | 21:22:16 */
@font-face {
    font-family: 'SaudiRiyalSymbol';
    src: url('https://chicsouq.com/wp-content/uploads/fonts/currency/saudiriyalsymbol.woff2') format('woff2'),
         url('https://chicsouq.com/wp-content/uploads/fonts/currency/saudiriyalsymbol.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Target WOOCS specific elements */
.custom-sar-symbol,
.woocs-price .custom-sar-symbol,
.woocs_price_code .custom-sar-symbol,
.woocommerce-Price-currencySymbol {
    font-family: 'SaudiRiyalSymbol', Arial, sans-serif;
    display: inline-block;
    vertical-align: baseline;
}

/* Ensure compatibility with WOOCS switcher */
.woocs_price_code,
.woocs-price,
.woocs_price {
    font-family: inherit;
}

.woocs_price_code .custom-sar-symbol {
    font-family: 'SaudiRiyalSymbol', Arial, sans-serif;
}
