/*
Theme Name: Healthcare Recruit Enterprise
Theme URI: https://healthcarerecruit.com.au/
Author: Healthcare Recruit Builder & Senior Dev Team
Author URI: https://healthcarerecruit.com.au/
Description: An enterprise-grade, highly optimized, accessible (WCAG 2.2 AA), and modern WordPress theme for Healthcare Recruit Australia. Built with modular PHP architecture, customizer controls, custom Gutenberg blocks, and performance-first CSS variables.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: healthcare-recruit-enterprise
Tags: healthcare, medical, recruitment, australian, translation-ready, accessibility-ready, custom-colors, block-patterns, block-styles, full-site-editing

This theme is developed according to WordPress Core Coding Standards and PSR-12 principles.
*/

/* Core CSS Variables for Theme Styling */
:root {
	--primary-color: #06b6d4; /* Clinical Cyan */
	--secondary-color: #10b981; /* Surgical Green */
	--accent-color: #7c3aed; /* Vibrant Purple Glow */
	--bg-color: #0b1221; /* Deep Steel Dark */
	--text-color: #f8fafc; /* Ice White */
	--font-family-sans: 'Inter', system-ui, -apple-system, sans-serif;
	--font-family-mono: 'JetBrains Mono', monospace;
	--container-width: 1280px;
	--border-radius: 12px;
	--transition-speed: 0.3s;
}
