/*
Theme Name: SEO Tool Library
Theme URI: https://seotoollibrary.com
Author: SEO Tool Library
Author URI: https://seotoollibrary.com
Description: Bilingual Arabic/English theme for SEO Tool Library (مكتبة أدوات السيو). RTL-first at /, English at /en/.
Version: 1.5.5
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arab-seo-tools
Tags: rtl-language-support, custom-logo, translation-ready, blog, two-columns
*/

:root {
	--astt-font-ar: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;
	--astt-font-en: "IBM Plex Sans", system-ui, sans-serif;
	--astt-font: var(--astt-font-ar);
	--astt-bg: #f5f8fb;
	--astt-surface: #ffffff;
	--astt-surface-2: #eef3f8;
	--astt-text: #1a2332;
	--astt-text-muted: #5a6b7d;
	--astt-border: #dde5ee;
	--astt-primary: #3596d2;
	--astt-primary-hover: #2a7fb8;
	--astt-shadow: 0 1px 2px rgba(26, 35, 50, 0.05);
	--astt-radius: 10px;
	--astt-radius-sm: 6px;
	--astt-max: 1080px;
	--astt-header-h: 60px;
	--astt-transition: 0.18s ease;
}

[data-theme="dark"] {
	--astt-bg: #0f1419;
	--astt-surface: #171d24;
	--astt-surface-2: #1f2730;
	--astt-text: #e8eef4;
	--astt-text-muted: #8b9aab;
	--astt-border: #2a3440;
	--astt-primary: #5eb3e8;
	--astt-primary-hover: #7bc2ee;
	--astt-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

html[lang="en"] {
	--astt-font: var(--astt-font-en);
}

body {
	margin: 0;
	font-family: var(--astt-font);
	background: var(--astt-bg);
	color: var(--astt-text);
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
