/*
Theme Name: EchoWealth
Theme URI: https://echowealth.in
Author: EchoWealth Financial Services
Author URI: https://echowealth.in
Description: Official WordPress theme for EchoWealth — structured goal Planning with integrity, clarity, and a long-term perspective.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
License: Proprietary
License URI: https://echowealth.in
Text Domain: echowealth
Tags: finance, professional, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ── Base resets ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
	font-family: 'Inter', sans-serif;
	background: #F8F7F4;
	color: #1a1a2e;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

img { max-width: 100%; height: auto; }
a { text-decoration: none; }

/* Screen-reader only utility */
.sr-only {
	position: absolute;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}
