/*
Theme Name:        Physio Home Care Theme
Theme URI:         https://physiohomecare.org/
Author:            Physio Home Care Engineering
Author URI:        https://physiohomecare.org/
Description:       A bespoke, conversion-optimized, accessible, and ultra-fast WordPress theme engineered for Physio Home Care (Home Physiotherapy & Home Nursing services in Pakistan).
Version:           1.0.0
Tested up to:      7.0
Requires at least: 6.0
Requires PHP:      7.4
License:           GPL v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       physio-home-care-theme
Tags:              medical, physiotherapy, healthcare, home-care, local-business, accessibility-ready, custom-menu, featured-images, translation-ready
*/

/* Design System Tokens & Base CSS Variables */
:root {
	--phc-primary: #0d7a75;
	--phc-primary-dark: #095854;
	--phc-primary-light: #e8f5f4;
	--phc-secondary: #112331;
	--phc-secondary-light: #1e3a52;
	--phc-accent: #25d366;
	--phc-accent-hover: #20b858;
	--phc-bg: #f8fafc;
	--phc-surface: #ffffff;
	--phc-surface-subtle: #f1f5f9;
	--phc-text: #1e293b;
	--phc-text-muted: #64748b;
	--phc-border: #e2e8f0;
	--phc-border-focus: #0d7a75;
	--phc-success: #10b981;
	--phc-warning: #f59e0b;
	--phc-danger: #ef4444;

	--phc-font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--phc-font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

	--phc-radius-sm: 4px;
	--phc-radius-md: 8px;
	--phc-radius-lg: 16px;
	--phc-radius-full: 9999px;

	--phc-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--phc-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
	--phc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
	--phc-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

	--phc-container-max: 1200px;
	--phc-container-narrow: 840px;
	--phc-transition-fast: 0.18s ease-in-out;
	--phc-transition-smooth: 0.28s ease-in-out;
}
