/*
Theme Name: IPTV4K
Theme URI: https://example.com/
Author: Senior WP Dev
Author URI: https://example.com/
Description: WordPress + WooCommerce theme, SEO-first, to sell IPTV subscriptions (English market). Dark developer-platform design (Voltagent-inspired): near-black canvas, single electric-green accent, hairline cards, Inter + SF Mono. Core Web Vitals, schema.org, SEO silo.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
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: iptv-pro
WC requires at least: 8.0
WC tested up to: 9.0
*/

/* =============================================================
   NOVA IPTV — DESIGN SYSTEM (Voltagent-inspired, dark + green)
   The real styling lives in assets/css/main.css (enqueued).
   This file only holds the WP-required theme header
   + a minimal critical inline-safe reset.
   ============================================================= */

*,
*::before,
*::after { box-sizing: border-box; }

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

body {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 400;
    font-feature-settings: "calt", "rlig";
    color: var(--ink);
    background: var(--canvas);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
