/*
Theme Name: Shard & Sterling
Theme URI: https://example.com/shard-sterling
Author: Shard & Sterling
Author URI: https://example.com
Description: A dark, editorial, one-page WordPress theme for a boutique multidisciplinary advisory firm. Lightweight, mobile-first, accessible, and SEO-friendly. Practice spans legal advisory, real estate, and media strategy.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
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: shard-sterling
Tags: one-page, dark, custom-colors, custom-menu, editor-style, full-width-template, footer-widgets, translation-ready

Shard & Sterling is distributed under the terms of the GNU GPL v2 or later.

The presentation styles for this theme are loaded from assets/css/main.css
(enqueued in functions.php). This file holds the theme header and a small
set of safe base resets so the theme remains valid if the asset fails to load.
*/

:root { color-scheme: dark; }

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

body {
	margin: 0;
	background: #0B0C0E;
	color: #ECEAE3;
	font-family: Georgia, "Times New Roman", serif;
}

/* Accessibility helper used by the skip link and visually-hidden labels. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #16171B;
	clip: auto !important;
	clip-path: none;
	color: #ECEAE3;
	display: block;
	height: auto;
	left: 8px;
	top: 8px;
	padding: 12px 20px;
	width: auto;
	z-index: 100000;
	border: 1px solid #B79A6B;
	border-radius: 2px;
	text-decoration: none;
}
