/*
Theme Name: SoukPro
Theme URI: https://soukpro.com
Author: SoukPro Team
Author URI: https://soukpro.com
Description: A professional B2B marketplace theme for Al-Mowdeen platform - connecting retailers, wholesale suppliers, and platform management. RTL-first, mobile-first design with dual design system support.
Version: 1.0.34
Requires at least: 6.0
Tested up to: 6.5
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: soukpro
Tags: e-commerce, business, rtl, one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/

/* Base Reset - Full reset loaded via enqueue */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	line-height: 1.6;
}
