/*
Theme Name: Modern Dark Tech
Theme URI: https://wordpress.org/themes/
Author: Modern Dark Tech
Author URI: https://wordpress.org/
Description: A lightweight, accessible, SEO-first dark WordPress theme for technology publications. Built for Core Web Vitals, WCAG 2.2, AdSense-ready layouts, and RTL/Urdu typography — with no jQuery, no CSS frameworks, and no remote fonts.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
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: modern-dark-tech
Tags: blog, news, dark, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, sticky-post, rtl-language-support, accessibility-ready, block-styles, wide-blocks

Modern Dark Tech ships its visual system from assets/css/main.css.
Required WordPress alignment and caption classes live here so the theme
remains valid even if the main stylesheet is concatenated or deferred.
*/

.alignnone { margin: 0.5em 0; }
.aligncenter { display: block; margin-inline: auto; }
.alignleft { float: inline-start; margin-inline-end: 1.5em; margin-block: 0.4em 1em; }
.alignright { float: inline-end; margin-inline-start: 1.5em; margin-block: 0.4em 1em; }
.wp-caption { max-width: 100%; }
.wp-caption-text,
.gallery-caption { font-size: 0.875rem; color: #A1A1AA; }
.sticky { }
.bypostauthor { }
.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;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background: #15151C;
	clip: auto !important;
	clip-path: none;
	color: #FFFFFF;
	display: block;
	font-size: 0.875rem;
	height: auto;
	inset-inline-start: 8px;
	line-height: normal;
	padding: 0.75rem 1rem;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}
