/*
Theme Name: Norvex Publishing Services
Theme URI: https://norvexpublishingservices.com
Author: Norvex Publishing Services
Author URI: https://norvexpublishingservices.com
Description: The official Norvex WordPress theme — a polished, ready-to-use theme for book publishing services and authors who keep 100% of their rights. Activating the theme leaves your site untouched; a one-click "Import demo content" button on the dashboard builds the full Norvex website (homepage, services, pricing, portfolio, about, journal and contact pages), an editable Portfolio showcase and a book-a-call flow. Build new pages with the bundled blocks. Warm editorial design system in ivory, navy ink and gold, with Playfair Display + Inter typography. Clean, accessible, responsive HTML5.
Version: 3.2.0
Requires at least: 6.0
Tested up to: 6.8
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: norvex
Tags: blog, portfolio, business, custom-logo, custom-menu, featured-images, full-width-template, editor-style, threaded-comments, translation-ready, two-columns, right-sidebar, footer-widgets, publishing, book

Norvex Publishing Services WordPress Theme, (C) 2026 Norvex Publishing Services.
This theme is distributed under the terms of the GNU GPL v2 or later.
*/

/*
 * All presentational styles live in assets/css/theme.css (enqueued in functions.php).
 * This file only carries the required WordPress theme header above plus a few
 * baseline rules so the theme degrades gracefully if the main stylesheet fails.
 */

body {
	margin: 0;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1c2438;
	background: #faf7f1;
}

a {
	color: #c08a3e;
}

.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
