/*
 Theme Name:   Reemco Astra Child
 Theme URI:    https://remco.com.sa
 Description:  Custom child theme for REMCO WooCommerce store based on Astra
 Author:       REMCO Team
 Author URI:   https://remco.com.sa
 Template:     astra
 Version:      1.0.0
 Text Domain:  reemco-astra-child
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   REMCO Custom Styles
   ========================================================================== */

/* RTL Support for Arabic */
body {
    font-family: "Tajawal", "Cairo", sans-serif;
}

/* WooCommerce price RTL fix */
.woocommerce .price {
    direction: ltr;
    unicode-bidi: embed;
}
