/*
Theme Name: Armotex
Theme URI: https://armotex.com
Author: Armotex
Author URI: https://armotex.com
Description: A clean, Elementor-compatible WordPress theme for Armotex — textile and industrial workwear manufacturing.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: armotex
Tags: elementor, one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/* Base reset so Elementor controls layout */
html, body { margin: 0; padding: 0; }
body { font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; color: #111; background: #fff; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.site-content { min-height: 60vh; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Skip link for accessibility */
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 10px; top: 10px; background: #000; color: #fff; padding: 8px 12px; z-index: 9999; }
