/*
Theme Name: Bnik
Theme URI: https://bnikita.local
Author: bnikita
Author URI: https://wordpress.org
Description: Тема Blog Nikita
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bnik
Tags: custom-theme, vite, bnik
*/

/*
 * Базовые стили подключаются из собранных файлов (npm run build).
 * Здесь можно добавить критичные переопределения без сборки.
 */

.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:focus {
	background: #000;
	clip: auto !important;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 0.75rem 1rem;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
