/*
Theme Name: Studioköök
Theme URI: https://studiokook.ee/
Author: Studioköök
Description: Standalone theme carrying the Concept V2 design system. Rules live in assets/css/globals.css, shipped verbatim from the prototype; this file holds the theme header only.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: studiokook
Tags: custom-theme
*/

/* Intentionally empty. See assets/css/globals.css. */

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

.skip-link:focus-visible {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 18px;
	overflow: visible;
	clip-path: none;
	background: var(--ink, #222324);
	color: var(--paper, #f3eee6);
}
