/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Child theme of Hello Elementor for the Connect Direct Care therapy site. Custom CSS and PHP tweaks live here so theme updates never overwrite them.
Author: Connect Direct Care
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* ------------------------------------------------------------------
   Custom CSS goes below this line.
   Prefer Elementor Site Settings for global colours/fonts;
   use this file only for things Elementor can't do.
------------------------------------------------------------------- */

/* Example: smooth scrolling for anchor links */
html {
	scroll-behavior: smooth;
}
