/*
Theme Name: Intellegy Hub Landing
Theme URI: https://intellegyhub.com
Author: IntellegyHUB
Author URI: https://intellegyhub.com
Description: Bilingual (UA/EN) industrial IoT landing-page theme for IntellegyHUB. Custom Gutenberg blocks, WooCommerce product info, mini-cart, Ajax account, Polylang ready.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.5
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: intellegy-hub-landing
Tags: landing-page, woocommerce, custom-blocks, two-columns, full-width-template
*/

/*
 * NOTE: The bulk of the design system lives in /assets/css/ split files
 * (tokens.css, global.css, header.css, footer.css, popups.css,
 * animations.css, blocks.css, woocommerce.css) which are enqueued
 * from inc/enqueue.php. This file only holds the theme header above
 * (required by WordPress) plus a couple of safety fallbacks below.
 */

.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;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	background: var(--color-primary, #4a90e2);
	color: #fff;
	padding: 10px 18px;
	border-radius: 0 0 8px 0;
}
.skip-link:focus {
	left: 0;
}
