/*
Theme Name: HomeService CEO
Template: kadence
Description: Kadence child theme for HomeService CEO (Igor Kozlov).
Version: 1.1.0
*/

/* Smooth anchor scrolling for the one-page nav (mirrors the mockup) */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
