/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@font-face {
    font-family: 'SARFont';
    src: url('fonts/sar-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Apply the font to WooCommerce currency symbols */
.woocommerce-Price-currencySymbol {
    font-family: 'SARFont', sans-serif;
}
/* Apply SAR Font to standard WooCommerce and APF Plugin elements */
.woocommerce-Price-currencySymbol,
.wapf-price,
.wapf-field-price, 
.wapf-grand-total, 
.wapf-total-price,
.wapf-product-total .amount {
    font-family: 'SARFont', sans-serif !important;
}

/* Fix for dynamic labels where the symbol might be plain text */
.wapf-wrapper label span {
    font-family: 'SARFont', sans-serif;
}
/* Target the custom span we created in PHP */
.custom-sar-symbol {
    font-family: 'SARFont', sans-serif !important;
    font-weight: normal;
    /* Optional: Tweaks to ensure it aligns with the numbers */
    display: inline-block;
    line-height: 1;
}