/*
 Theme Name: Hello Elementor Child
 Theme URI: https://wehrenberg.design/
 Description: A lightweight child theme for Hello Elementor, ready for custom CSS, PHP snippets, and template overrides.
 Author: Wehrenberg Design Company
 Author URI: https://wehrenberg.design/
 Template: hello-elementor
 Version: 1.0.0
 Requires at least: 6.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: GPL-2.0-or-later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */
:root {
  /* Example CSS variable hook */
  --brand-accent: #3a7bd5;
}

body.custom-brand {
  outline-color: var(--brand-accent);
}
