/*
Theme Name: Nurtek
Theme URI: https://nurtek.co
Description: Custom GeneratePress child theme for Nurtek — lithium battery and solar energy systems. Adds a structured Products system (spec fields + categories), bespoke page templates, a built-in contact form, and a one-screen settings panel for business details. Built for a B2B catalogue site that is fast, clean, and easy to keep updated.
Author: SYNQ
Author URI: https://synqglobal.com
Template: generatepress
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: nurtek
*/

/*
 * Design system + all front-end styles live in assets/css/main.css,
 * enqueued separately for clarity. This file carries the theme header and a
 * couple of safety fallbacks only.
 */

.nurtek-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
}
.nurtek-skip-link:focus {
	left: 0;
	z-index: 100000;
}
