/*
Theme Name: GoalPress Pro
Theme URI: https://asemalkamel.com/goalpress-pro
Author: Asem Alkamel
Author URI: https://asemalkamel.com
Description: ثيم FSE رياضي تجاري متكامل فوق محرّك «عرب داون الرياضة». نظام تصميم مزدوج (داكن تجاري + فاتح Forest) قابل للتبديل، خطّان Cairo (عربي) + Saira (لاتيني، عناوين رياضية)، سلّم φ، RTL/LTR، أداء وإتاحة. يعمل بمفرده دون الأداة.
Version: 1.4.4
Requires at least: 6.6
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goalpress-pro
Tags: full-site-editing, block-styles, translation-ready, rtl-language-support, sports
*/

/* base — تعتمد كليًا على توكنات theme.json + tokens.css (لا hex صلبة هنا). */
body {
	background: var(--wp--preset--color--bg);
	color: var(--wp--preset--color--text);
	font-family: var(--wp--preset--font-family--body);
	transition: background-color .3s ease, color .3s ease;
}
a { color: var(--wp--preset--color--accent); text-underline-offset: 0.2em; }
a:hover { color: var(--wp--preset--color--primary); }

/* Global keyboard focus ring (Forest). :where() keeps specificity 0 so component
   :focus-visible rules still win; outline-offset puts the ring on the parent surface
   so it stays visible even on primary/accent-filled elements. Works in both modes. */
:where(a, button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	body { transition: none; }
}
