/*
Theme Name:        Instant Theme
Theme URI:         https://iwcloud.me/shop
Description:       Ultra-lightweight bare-bones WordPress theme built as a clean Elementor foundation. Zero styling, zero interference — your Elementor designs display exactly as built. Designed & Developed by Instant Web Tools, LLC.
Version:           1.0.0
Author:            Instant Web Tools, LLC
Author URI:        https://instantwebtools.co
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       instant-theme
Tags:              blog, custom-logo, custom-menu, full-width-template, theme-options, translation-ready, elementor

Designed & Developed by Instant Web Tools, LLC
https://instantwebtools.co

More tools & features for your website:
https://iwcloud.me/shop
*/

/* Zero base styles — Elementor handles everything */
*, *::before, *::after { box-sizing: border-box; }

body {
	margin:  0;
	padding: 0;
}

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

/* Skip link — accessibility only */
.skip-link {
	position:   absolute;
	top:        -100%;
	left:       0;
	background: #000;
	color:      #fff;
	padding:    8px 16px;
	z-index:    9999;
	font-size:  14px;
}
.skip-link:focus { top: 0; }
