/*
Theme Name: StreamIPTV Quebec
Theme URI: https://streamiptv.ca
Author: StreamIPTV Quebec
Author URI: https://streamiptv.ca
Description: Theme Elementor premium pour le service IPTV StreamIPTV Quebec — 40 000+ chaînes, activation instantanée, support 24/7 en français.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: streamiptv
Tags: elementor, custom-background, custom-logo, custom-menu, featured-images, full-width-template, translation-ready, block-patterns
*/

/* ==========================================
   BASE RESET
   ========================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: #0a0e1a;
  color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* Elementor full-width */
.elementor-section.elementor-section-stretched { width: 100% !important; }
