/*
Theme Name: KILLIX
Theme URI: https://killix.co
Author: KILLIX
Author URI: https://killix.co
Description: Custom theme for KILLIX — "Brands in Motion". A one-page creative media / advertising agency site with a Dark/Light appearance system, full Arabic RTL + English LTR support, a Theme Options panel and custom post types for Services, Industries and Creative Lab concepts. Built from the approved KILLIX prototype.
Version: 1.10.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: killix
Tags: custom-logo, custom-menu, featured-images, rtl-language-support, translation-ready, one-column, dark-mode
*/

/* All design tokens and component styles live in assets/css/theme.css.
   This file only carries the theme header plus the minimal global reset. */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body { margin: 0; }

img { max-width: 100%; height: auto; }

.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: #F4EFE7;
	clip: auto !important;
	clip-path: none;
	color: #090A0C;
	display: block;
	font-size: 14px;
	height: auto;
	inset-inline-start: 8px;
	padding: 12px 18px;
	top: 8px;
	width: auto;
	z-index: 100000;
}
