/*
Theme Name: Central Park Theme
Theme URI: https://centralparktulsa.com/
Author: Central Park Residences
Author URI: https://centralparktulsa.com/
Description: A lightweight, Elementor-ready base theme for the Central Park Residences investment-condo framework. Ships no hardcoded page layouts — all design is built in Elementor Pro and the Central Park Elementor Core plugin. Pairs with the "central-park-elementor-core" plugin.
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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: central-park
Tags: elementor, custom-colors, custom-menu, featured-images, full-width-template, translation-ready
*/

/*
 * This theme is intentionally layout-free.
 *
 * Visual design lives in Elementor (Theme Builder header/footer/single templates)
 * and in the Central Park Elementor Core plugin's design-system stylesheet.
 *
 * Only minimal, structural resets belong here — never section/page styling.
 */

html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
* { box-sizing: border-box; }
img, embed, iframe, object, video { max-width: 100%; }

/* Accessible skip link */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	padding: 10px 16px;
	background: #151513;
	color: #cdf24a;
	border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

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