/*
Theme Name: Evergreen IPTV
Theme URI: https://evergreen-iptv.ie
Author: Evergreen IPTV
Author URI: https://evergreen-iptv.ie
Description: Premium IPTV theme for Ireland — 22,000+ HD & 4K channels, 90,000 VOD titles, anti-freeze servers, free 24-hour trial. The best IPTV subscription in Ireland from €2.92/month.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: iptv-premium
Tags: iptv, streaming, ireland, full-width, custom-colors
*/

/* === GLOBAL RESET === */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #18120B;
    color: #FEF3C7;
    line-height: 1.6;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
}
