/*
Theme Name: Softro Child
Theme URI: https://softro-wp.egenstheme.com/
Template: softro
Author: Chili House
Author URI: https://chili-house.com/
Description: Child theme for Softro. Contains the redesigned elements and any other safe, parent-preserving overrides. The parent Softro theme is never modified.
Version: 1.1.0
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: softro-child
*/

/*
  This file intentionally contains only the theme header plus the few
  overrides below. All other styles are enqueued from:
    assets/css/strategy-call-cta.css   (loaded after the parent "egns-style")
  See functions.php for the enqueue logic and README.md for how the override works.
*/

/* Native scrolling. The parent bundle (softro/assets/css/style.css) sets
   `html { scroll-behavior: smooth }`, which eases every anchor/hash jump and
   programmatic scrollTo. GSAP ScrollSmoother is disabled from functions.php
   (softro_child_disable_scrollsmoother); this restores instant native
   behaviour for the remaining CSS-driven case as well. Same specificity as
   the parent rule — this file loads after the parent bundle, so it wins by
   order, and an inline `scroll-behavior` set by scripts still outranks it. */
html {
	scroll-behavior: auto;
}
