/*
Theme Name: UneaGraphic
Theme URI: https://uneagraphic.com
Author: HosseinBoss
Author URI: https://uneagraphic.com
Description: Bilingual (Persian/English) portfolio & freelance theme for graphic design, WordPress development, and AI-generated art (Stable Diffusion). Full Elementor support, RTL-ready, and built-in customizer for profile, social links, and CV. Pairs perfectly with Easy Digital Downloads or WooCommerce for selling licenses and files.
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: uneagraphic
Domain Path: /languages
Tags: portfolio, one-column, two-columns, right-sidebar, rtl-language-support, custom-menu, featured-images, translation-ready, e-commerce
*/

/* -------------------------------------------------
   Base reset — main design lives in assets/css/main.css
   ------------------------------------------------- */
* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: "Inter", "Vazir", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #2b2b3a;
	background: #f3f2fb;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }

/* Form controls and buttons don't inherit the page font by default —
   browsers give them the OS UI font instead, which breaks typography
   and throws off every size/padding calculation across the site. */
button, input, select, textarea, optgroup {
	font: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
