/*
 Theme Name:   Peti Food
 Theme URI:    https://peti.food
 Author:       Alireza Aminzadeh
 Author URI:   https://peti.food
 Description:  تم فروشگاهی وردپرس متمرکز بر سئو و سئو تکنیکال برای فروش غذای حیوانات خانگی. سازگار با ووکامرس، RTL و زبان فارسی.
 Version:      1.0.21
 Requires at least: 6.0
 Tested up to: 6.4
 Requires PHP:  7.4
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  petifood
 Tags:         e-commerce, woocommerce, rtl-language-support, translation-ready, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, accessibility-ready, block-styles, wide-blocks, seo-ready
*/

/* ==========================================================================
   Base & reset – minimal; main styles enqueued from assets
   ========================================================================== */

:root {
	--petifood-primary: #6ee619;
	--petifood-primary-dark: #5bc215;
	--petifood-bg-light: #f7f8f6;
	--petifood-bg-dark: #182111;
	--petifood-text-secondary: #64748b;
}

body {
	font-family: 'Vazirmatn', 'Plus Jakarta Sans', sans-serif;
	direction: rtl;
}

/* Hide scrollbar utility (used in template) */
.hide-scroll::-webkit-scrollbar {
	display: none;
}
.hide-scroll {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
