/*
Theme Name: RehabDNA Physiotherapy
Theme URI: https://rehabdna.ca
Author: RehabDNA Physiotherapy
Description: A modern, premium, cinematic Elementor-ready WordPress theme for RehabDNA Physiotherapy — a physiotherapy and rehabilitation clinic in Newmarket, Ontario. Built mobile-first with a scroll-driven, connected homepage experience, translation-ready strings for English/French (WPML/Polylang compatible), accessible markup, and lightweight performance-first code.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: rehabdna
Tags: healthcare, physiotherapy, elementor, translation-ready, accessibility-ready, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* =========================================================
   DESIGN TOKENS — derived from the RehabDNA logo
   Navy/blue-black + orange accent, white & soft neutrals.
   ========================================================= */
:root{
  --rdna-navy: #14212e;
  --rdna-navy-soft: #1f3040;
  --rdna-orange: #f2711c;
  --rdna-orange-dark: #d4590c;
  --rdna-white: #ffffff;
  --rdna-bg: #ffffff;
  --rdna-bg-soft: #f6f5f3;
  --rdna-grey: #6b7280;
  --rdna-grey-light: #e6e6e4;
  --rdna-border: #e2e1de;

  --rdna-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --rdna-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --rdna-radius: 6px;
  --rdna-container: 1200px;
  --rdna-header-height: 76px;

  --rdna-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Base handled in assets/css/main.css (kept separate so functions.php can enqueue it with proper versioning/caching). This stylesheet exists primarily for WordPress theme metadata. */
