/*
 Theme Name:   Artizana Child
 Theme URI:    https://artizana.market
 Description:  Artizana Arabic RTL child theme — built on Storefront by Automattic.
 Author:       Artizana Team
 Author URI:   https://artizana.market
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  artizana-child
 Tags:         rtl, arabic, woocommerce, handcrafted, artisan
*/

/* -------------------------------------------------------
   Global RTL + font override
   Header styles → /css/header.css
   ------------------------------------------------------- */
html{
	direction: rtl;
}

body {
	font-family: 'Tajawal', 'Cairo', Tahoma, Arial, sans-serif;
	text-align: right;
	direction: rtl;
}

/* Disable Storefront's sticky-header JS class if any extension re-adds it */
.storefront-sticky-header {
	position: static !important;
	box-shadow: none !important;
}
