/*
Theme Name: BeautyOfGlory-Theam-DrFahad
Theme URI: https://kowwon.com/
Author: Dr. Fahad
Author URI: https://kowwon.com/
Description: قالب احترافي لمتجر BeautyOfGlory، يعتمد على إضافة BeautyOfGlory v1 لإدارة عناصر الواجهة الرئيسية. يدعم الأقسام، المنتجات، البانرات الكبيرة والصغيرة، وأكواد HTML المخصصة. مبني بـ Tailwind CSS وخطوط Tajawal و Almarai.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bog-drfahad
Tags: rtl-language-support, custom-logo, custom-menu, featured-images, theme-options, e-commerce
*/

/* الأنماط الأساسية فقط — معظم التصميم بـ Tailwind CSS */
:root {
    --bg-page: #fafafa;
    --text-primary: #1f2937;
}

html, body {
    height: 100%;
    font-family: 'Tajawal', sans-serif;
    background: var(--bg-page);
    color: var(--text-primary);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    transition: background-color .3s ease, color .3s ease;
}

body, body *, button, input, select, textarea {
    font-family: 'Tajawal', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}
