/*
Theme Name: WebGrowth Premium
Theme URI: https://webgrouth.com
Author: WebGrowth
Author URI: https://webgrouth.com
Description: Lightweight agency theme with Tailwind CSS.
Version: 1.2.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webgrowth-premium
*/

/* Minimal base — layout relies on Tailwind utility classes */
body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}
