/*
Theme Name: TelecomByte
Theme URI: https://telecombyte.com
Author: Dipak Kumar Satapathy
Author URI: https://telecombyte.com
Description: A high-performance, SEO-optimized, and E-E-A-T compliant news theme for the telecom industry. Features include a dynamic Ticker, Dark Mode, and custom advertisement management.
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: telecombyte
Tags: news, magazine, responsive, accessibility-ready, dark-mode
*/

/* * NOTE: 
 * We have structured your theme as a modern, modular system. 
 * Global styles are managed in assets/css/base.css.
 * Component styles are managed in assets/css/components.css.
 */

/* Main Structural Reset */
html {
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Screen Reader Text (Accessibility Best Practice) */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Alignments */
.alignwide { width: 100%; }
.alignfull { width: 100%; }
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { display: block; margin: 0 auto; }