/*
Theme Name: IPTV Lider Website
Theme URI: https://iptvlider.com
Author: IPTV Lider Team
Author URI: https://iptvlider.com
Description: Modern IPTV streaming service website with Tailwind CSS
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: website
Tags: streaming, iptv, entertainment, responsive, tailwind
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #fff;
    background-color: #0a0e1a;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}
