/*
Theme Name: Ruby Web
Theme URI: https://example.com/ruby-web
Author: Ruby Web
Author URI: https://example.com
Description: قالب وردپرس روبی وب — مرجع تخصصی آموزش وردپرس، سئو و هوش مصنوعی. سازگار با المنتور، بدون وابستگی به CDN، فونت به‌طور کامل از طریق Kit المنتور کنترل می‌شود، ریسپانسیو و بهینه برای سرعت و Core Web Vitals.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ruby-web
Tags: custom-menu, custom-logo, featured-images, translation-ready, rtl-language-support, full-width-template

Ruby Web is licensed under the GNU GPL v2 or later.

The compiled CSS in assets/css/main.css is generated locally via the
Tailwind CSS CLI and contains no external CDN references. The theme does
not load or enqueue any font of its own (no local file, no Google Fonts,
no @font-face) — typography is fully controlled by Elementor's
Site Settings → Global Fonts (Kit).
*/

/* Minimal safety reset — the real design system lives in assets/css/main.css */
html {
	box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
