/*
Theme Name: NACCIMA
Theme URI: https://naccima.org
Author: NACCIMA
Author URI: https://naccima.org
Description: Production theme for the Nigerian Association of Chambers of Commerce, Industry, Mines and Agriculture. Includes Gutenberg support, editable menus, and one-click demo import from the original static HTML.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
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: naccima
Tags: custom-menu, featured-images, full-width-template, block-styles, editor-style, translation-ready

NACCIMA WordPress theme — site-specific styles load from /css/ (see functions.php).
*/

/* Intentionally minimal: design tokens live in css/style.css */

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

.skip-link.screen-reader-text:focus {
	background: #000;
	clip: auto !important;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 16px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
