/*
Theme Name: Marck & Aira Industrial
Theme URI: https://marckaira.com
Author: Marck & Aira Enterprises
Author URI: https://marckaira.com
Description: Custom industrial valves & flow-control manufacturer theme for Marck & Aira Enterprises. Converted from a Lovable/React build into a full WordPress theme with a "product" custom post type, working Contact Form 7 enquiry forms, and full Elementor page-builder support so every page can be edited visually.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marck-aira
Tags: industrial, corporate, business, custom-post-types, elementor, contact-form7
*/

/* Base resets. Component styles live in assets/css/theme.css (enqueued via functions.php)
   so the browser can cache them separately from this required stylesheet header. */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }
