/*
Theme Name: Astra Child
Template: astra
Description: Child theme for the h-lead site — holds site-specific design tokens and overrides on top of Astra.
Version: 1.0.0
Author: h-lead
Text Domain: astra-child
*/

/*
 * Astra's "Enable scroll to ID" setting is off on this site, so internal
 * anchor links (href="#id") use the browser's native same-page scroll
 * instead of Astra's JS-driven smooth scroll. scroll-padding-top on the
 * root scroll container shifts where those native anchor jumps land,
 * stopping the target a bit higher instead of flush at the very top.
 */
html {
	scroll-padding-top: 150px;
}
