/*
Theme Name: JobCenterKSA
Theme URI: https://jobcenterksa.com
Author: JobCenterKSA
Author URI: https://jobcenterksa.com
Description: A premium, high-performance native WordPress theme built for JobCenterKSA — a Saudi platform for government jobs, private sector jobs, graduate programs, internships, cooperative training and career articles. Fully custom, framework-free, RTL-first, and built entirely on WordPress core APIs (no page builder or third-party framework dependency).
Version: 1.3.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: jobcenterksa
Tags: custom-background, custom-logo, custom-menu, featured-images, rtl-language-support, translation-ready, threaded-comments, theme-options, accessibility-ready

JobCenterKSA is a bespoke theme. All styling lives in /assets/css and is
enqueued via functions.php. This file exists to satisfy the WordPress
theme header requirement and to hold the root design-token layer so the
tokens are visible to anyone opening the stylesheet directly.
*/

:root{
	/* ---- Color tokens ---- */
	--jck-color-navy-900:#0B1F3A;
	--jck-color-navy-800:#122A4D;
	--jck-color-navy-700:#1B3A66;
	--jck-color-teal-600:#0F9D8C;
	--jck-color-teal-500:#14B8A6;
	--jck-color-gold-500:#D4A24C;
	--jck-color-gold-600:#B9863A;
	--jck-color-ink-900:#111827;
	--jck-color-ink-700:#374151;
	--jck-color-ink-500:#6B7280;
	--jck-color-line:#E5E9F0;
	--jck-color-surface:#FFFFFF;
	--jck-color-bg:#F6F8FB;
	--jck-color-success:#16A34A;
	--jck-color-danger:#DC2626;

	/* ---- Type tokens ---- */
	--jck-font-display:'Cairo', 'Segoe UI', sans-serif;
	--jck-font-body:'Tajawal', 'Segoe UI', sans-serif;

	/* ---- Layout tokens ---- */
	--jck-container:1200px;
	--jck-radius-sm:8px;
	--jck-radius-md:14px;
	--jck-radius-lg:22px;
	--jck-shadow-sm:0 1px 2px rgba(11,31,58,.06);
	--jck-shadow-md:0 8px 24px rgba(11,31,58,.08);
	--jck-shadow-lg:0 20px 48px rgba(11,31,58,.12);
}
