/*
Theme Name: Chivaro Consulting
Theme URI: https://example.com/chivaro-consulting
Author: Chivaro Consulting
Author URI: https://example.com
Description: A one-page premium fintech theme for a technical-analysis tools and indicators marketplace. Includes a sticky one-page navigation, filterable product catalogue, bundles, cart drawer, checkout interface, FAQs, and a risk disclaimer. All products are presented as analytical and educational tools.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: chivaro-consulting
Tags: one-page, e-commerce, dark, custom-colors, custom-logo, custom-menu, responsive-layout, footer-widgets
*/

/*
 * The full visual stylesheet lives in assets/css/main.css and is enqueued from
 * functions.php. This file exists so WordPress can read the theme header above,
 * and holds only small editor/admin-side overrides.
 */

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

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 300;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	border-radius: 12px;
	background: #18C58F;
	color: #04150F;
	font-weight: 600;
	clip-path: none;
}

/* Keep the admin bar clear of the sticky header. */
body.admin-bar header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar header {
		top: 46px;
	}
}

/* Fallback page/post styling for anything outside the front page. */
.page-shell {
	width: min(820px, 92vw);
	margin: 0 auto;
	padding: 72px 0 96px;
}

.page-shell h1 {
	font-family: var(--display);
	font-size: clamp(28px, 4vw, 42px);
	margin-bottom: 24px;
}

.page-shell p,
.page-shell li {
	color: var(--grey);
}

.page-shell a {
	color: var(--emerald);
}
