/*
Theme Name: XYZ Apparel Network
Theme URI: https://xyzapparel.example.com/
Author: XYZ Apparel Network
Author URI: https://xyzapparel.example.com/
Description: Where Fashion Meets Operational Excellence. A production-ready corporate theme for XYZ Apparel Network, a New York-based apparel design, production, sourcing and brand management group. Features a sticky header with mega menu, custom Brand and Service post types, editorial front page, WooCommerce product showcase support, WCAG 2.1 AA accessibility and Core Web Vitals optimisation.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xyz-apparel
Tags: business, corporate, portfolio, e-commerce, custom-menu, custom-logo, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/*
 * The complete visual stylesheet lives in assets/css/main.css and is
 * enqueued from functions.php. This file is intentionally minimal: it
 * carries the theme header WordPress needs and a bare fallback so the
 * theme is still legible if the main stylesheet is ever dequeued.
 */

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: #f8f9fa;
	color: #2d3748;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.65;
}

a {
	color: #1b2a4a;
}

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