/*
Theme Name: Elite
Theme URI: https://eliteluxury.example.com
Author: Zirora
Author URI: https://zirora.com
Description: Elite is a premium, conversion-focused WooCommerce theme for luxury fashion brands. Built on the "Sovereign Editorial" design system — Playfair Display + Inter, sharp architectural shapes, generous whitespace, and a neutral-luxury palette. Fully responsive, accessible (WCAG-minded), SEO-ready and performance-optimised.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.7
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: elite
Tags: e-commerce, woocommerce, fashion, custom-colors, custom-menu, custom-logo, featured-images, translation-ready, threaded-comments
WC requires at least: 8.0
WC tested up to: 9.5

Elite WordPress Theme, (C) 2024 Zirora.
This theme is distributed under the terms of the GNU GPL v2 or later.

The compiled stylesheet lives at assets/css/main.css and is enqueued by inc/enqueue.php.
This style.css only carries the theme header (required by WordPress) plus a small
critical fallback so unstyled content never flashes before main.css loads.
*/

:root {
    --elite-primary: #000000;
    --elite-on-primary: #ffffff;
    --elite-secondary: #775a19;
    --elite-background: #f9f9f9;
    --elite-on-background: #1a1c1c;
    --elite-outline-variant: #c4c7c7;
}

/* Minimal critical fallback (main.css carries the full design system) */
html { -webkit-font-smoothing: antialiased; }
body {
    margin: 0;
    background-color: var(--elite-background);
    color: var(--elite-on-background);
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
