/*
Theme Name: Envision
Theme URI: https://example.com/envision
Author: Asim
Author URI: https://example.com
Description: Envision — a premium, license-protected WordPress theme with a full settings dashboard (also reachable from the WP Admin Bar, like WoodMart): a drag-and-drop header builder (logo, menu, search, social, buttons, text — plus mobile slide-menu and taxonomy mega-menus), site-wide color/typography controls, Custom CSS/JS, Import/Export/Reset, an auto-update system, security hardening (admin-role email approval, login limiting, upload protection), and defensive coding so the site never breaks even if a hack forces a rollback or upgrade between old/new theme versions.
Version: 1.5.1
Requires at least: 5.8
Requires PHP: 7.4
License: Commercial - All Rights Reserved
License URI: https://example.com/license
Text Domain: envision
Tags: header-builder, custom-header, custom-menu, custom-logo, translation-ready
*/

/* =============================================
   ENVISION THEME - BASE STYLES
   (Full design system lives in assets/css/main.css,
   this file only needs to exist for WP to detect the theme)
   ============================================= */

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
	color: #1a1a1a;
	background: #ffffff;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.envision-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}
