/*
Theme Name: EliteStream
Theme URI: https://elitestream.net
Author: Okoth
Author URI: https://elitestream.net
Description: Lightweight, SEO-optimized WordPress theme for EliteStream IPTV — built from a custom HTML design, WooCommerce-ready and Elementor-compatible.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: elitestream
Tags: e-commerce, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

/* This file intentionally left as the required theme stylesheet header.
   All visual styling lives in /assets/css/ and is enqueued conditionally
   via functions.php so non-homepage pages stay lightweight. */

html {
  color-scheme: light only;
}
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #0f172a;
  background: #f6f8fc;
  line-height: 1.5;
  color-scheme: light only;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #2563eb;
  color: #fff;
  padding: 10px 16px;
  z-index: 999999;
}
.skip-link:focus { left: 8px; top: 8px; }
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  width: 1px; height: 1px;
  overflow: hidden;
}
