/*
Theme Name: TechCentera
Theme URI: https://techcentera.com/
Author: TechCentera
Author URI: https://techcentera.com/
Description: A clean, high-end WordPress theme for luxury watch dealers. Built to work with the free Elementor page builder and the TechCentera Core companion plugin.
Version: 1.0.0
Requires at least: 6.4
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: techcentera
Tags: e-commerce, portfolio, custom-colors, custom-menu, featured-images, translation-ready, rtl-language-support, full-width-template
*/

/* -------------------------------------------------------------------
 * Design tokens — the designer's Figma variables live here as CSS vars,
 * so global colours/type can be changed in one place and every widget
 * (which uses the same var names) follows automatically.
 * ------------------------------------------------------------------- */
:root {
	--tc-accent: #b8892b;
	--tc-ink: #14110d;
	--tc-muted: #6b6157;
	--tc-bg: #ffffff;
	--tc-radius: 6px;
	--tc-container: 1200px;
}

/* Minimal base — Elementor handles most layout; the theme stays lean. */
*,
*::before,
*::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--tc-ink);
	background: var(--tc-bg);
	line-height: 1.7;
}

a { color: var(--tc-accent); }

.tc-container {
	max-width: var(--tc-container);
	margin-inline: auto;
	padding-inline: 20px;
}

/* Accessibility: visible skip link on focus. */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #fff;
	color: var(--tc-ink);
	padding: 10px 16px;
	z-index: 100000;
}
.skip-link:focus { left: 8px; top: 8px; }

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}
