/*
Theme Name: Nordic IPTV Center
Theme URI: https://nordiciptvcenter.vip/
Author: Nordic IPTV Center Team
Author URI: https://nordiciptvcenter.vip/
Description: Nordic IPTV Center — modern, conversion-optimised WordPress theme for the Nordic IPTV market (Sweden, Norway, Denmark, Finland). Full WooCommerce integration with variable subscription products, WhatsApp checkout redirect, Rank Math SEO presets and a clean tech UI built around a deep-blue (#0A2540) and cyan (#00C2FF) palette. Focus keyword: IPTV Nordic.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nordic-iptv-center
Tags: e-commerce, blog, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, woocommerce
*/

/* ============================================================
   NORDIC IPTV CENTER — BASE RESET (theme.css holds the full system)
   ============================================================ */

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #0A2540;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }

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

a { color: #00C2FF; text-decoration: none; transition: color .2s ease; }
a:hover { color: #0A2540; }

/* The full design system lives in /assets/css/theme.css */
