/*
Theme Name:  Canadian Wellness Centre
Theme URI:   https://canadianwellnesscentre.com
Author:      Arul Joseph
Author URI:  https://canadianwellnesscentre.com
Description: Custom theme for Canadian Wellness Centre Dubai — chiropractic, physiotherapy & massage therapy clinic. Converted from a static HTML build (Tailwind + GSAP + Swiper).
Version:     1.0.0
Text Domain: cwc
*/

/* =========================================================
   Brand tokens (defaults extracted from the HTML build).
   Phase 3 injects Customizer overrides on top of these.
========================================================= */
:root {
  --primary-color:       #05666c;
  --primary-dark:        #044d52;
  --primary-light:       #078a92;
  --accent-color:        #C8A96E;
  --surface-color:       #F7F9F9;
  --dark-color:          #0a2426;
  --whatsapp-color:      #25D366;

  --text-color:          #1f2937;
  --bg-color:            #ffffff;
  --heading-color:       #0a2426;
  --border-color:        #e5e7eb;

  --header-bg-color:     rgba(255,255,255,0.95);
  --header-text-color:   #374151;
  --footer-bg-color:     #0a2426;
  --footer-text-color:   #ffffff;

  --body-font:           'Inter', sans-serif;
  --heading-font:        'Playfair Display', serif;
  --base-font-size:      16px;
  --base-line-height:    1.6;
}

/* The full component styles live in assets/css/style.css (enqueued separately).
   This file only carries the required WordPress theme header + design tokens. */
