/*
Theme Name: VERVES
Theme URI: https://verves.no
Author: NETN AS
Author URI: https://verves.no
Description: Premium Scandinavian block theme for VERVES — a curated platform for service recommendations from verified businesses and real users. Full Site Editing, Gutenberg-native, responsive, SEO-optimized. Built to WordPress Coding Standards.
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.12.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: verves
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, editor-style, translation-ready, responsive, blog, business
*/

/*
 * The bulk of styling is delivered via theme.json (global styles) and
 * assets/css/theme.css (component styles enqueued in functions.php).
 * This file carries the required theme header plus a small set of
 * base rules the block editor expects in style.css.
 */

*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	--verves-pine: #14543b;
	--verves-pine-600: #155f43;
	--verves-cream: #faf8f3;
	--verves-ink: #16170f;
	--verves-line: #e8e3d6;
	--verves-gutter: clamp(18px, 4vw, 40px);
	--verves-content-max: 1200px;
	--verves-form-gap: 16px;
	--verves-form-row-gap: 20px;
	--verves-card-padding: clamp(24px, 3vw, 34px);
	--verves-grid-gap: 20px;
}

.skip-link.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	background: var(--verves-ink);
	color: #fff;
	padding: 12px 20px;
	border-radius: 0 0 8px 0;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 13px;
}

.skip-link.screen-reader-text:focus {
	left: 0;
}
