/*
Theme Name: SeoVia Template
Theme URI: https://seovia.ai/
Author: SeoVia
Author URI: https://seovia.ai/
Description: A fast, SEO-first magazine theme for blogs and WooCommerce stores. Server-rendered for search engines, with a small progressive-enhancement bundle for the hero slider and live search. Adapts automatically to posts, pages, WooCommerce products, categories, tags and product taxonomies.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seovia-template
Tags: blog, news, e-commerce, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, rtl-language-support, block-styles, wide-blocks

SeoVia Template is distributed under the terms of the GNU GPL v2 or later.

The presentational stylesheet for this theme is compiled from src/scss and shipped
as assets/dist/seovia-template.css. This file exists to carry the theme header
(required by WordPress) and a minimal no-JavaScript safety net, so the theme never
depends on the build output being present in order to render readable markup.
*/

/* No-JS safety net: keep progressively enhanced regions visible and usable
   even if assets/dist/seovia-template.css failed to load. */
.sv-skip-link:focus {
	position: fixed;
	inset-block-start: 8px;
	inset-inline-start: 8px;
	z-index: 100000;
	padding: 12px 20px;
	background: #fff;
	color: #1c2620;
}

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