/*
Theme Name: Deokate Ortho & Pain Care
Theme URI: https://drpravindeokate.in/
Author: Senior WordPress Developer
Author URI: https://drpravindeokate.in/
Description: A fast, accessible, SEO-optimized custom WordPress theme for Dr. Pravin Deokate — Consultant Orthopedic & Joint Replacement Surgeon and Pain Management Specialist, Wakad, Pune. Includes Schema markup (MedicalClinic, Physician, FAQPage, BreadcrumbList, Article), sticky header, breadcrumbs, appointment booking, testimonials, FAQ and Elementor compatibility. Built for Core Web Vitals.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deokate
Tags: medical, healthcare, orthopedic, responsive, custom-menu, featured-images, threaded-comments, translation-ready, blog, sticky-post
*/

/*
 * Primary stylesheet header only.
 * The full compiled styles are loaded from /assets/css/main.css and
 * /assets/css/responsive.css for better caching and Core Web Vitals.
 * Critical above-the-fold CSS is inlined in header.php.
 */

:root {
    --brand-primary: #0a5c8a;   /* trust blue */
    --brand-secondary: #12a19a; /* teal */
    --brand-accent: #f5a623;    /* call-to-action amber */
    --brand-dark: #0d2438;
    --brand-light: #f4f8fb;
    --text-body: #2b3a44;
    --text-muted: #5d6b75;
    --white: #ffffff;
    --radius: 10px;
    --shadow: 0 6px 24px rgba(13, 36, 56, .08);
    --container: 1200px;
    --font-head: "Poppins", "Segoe UI", system-ui, sans-serif;
    --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
}
