/*
Theme Name: Siedliska Podlasia
Theme URI: https://siedliskapodlasia.pl
Author: Siedliska Podlasia
Author URI: https://siedliskapodlasia.pl
Description: Motyw WordPress dla Siedliska Podlasia – stworzony pod prezentację siedlisk, agroturystyki i regionu Podlasia.
Version: 1.0.0
Requires at least: 6.0
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: siedliskapodlasia
Tags: custom-menu, featured-images, translation-ready, blog
*/

/* Style wizualne pochodzą z design systemu w /styles/ (colors_and_type.css, kit.css, landing.css).
   Poniżej tylko drobne helpery dostępności potrzebne globalnie. */

.screen-reader-text {
	position: absolute !important;
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
	padding: 0;
	margin: -1px;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1000;
	background: #fff;
	color: var(--ink-900, #242021);
	padding: 0.5rem 1rem;
	border-radius: 0 0 6px 0;
}

.skip-link:focus {
	left: 0;
}
