/*
Theme Name: Starter
Theme URI: https://example.com/starter
Author: Your Agency
Author URI: https://example.com
Description: A base theme for client builds. Header, footer and body are all built in Elementor using saved templates, so no Pro licence is needed. Hardened, fast, and deliberately minimal.
Version: 3.0.0
Requires at least: 6.3
Tested up to: 6.8
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: starter
Tags: elementor, blank, starter
*/

/* -------------------------------------------------------------------------
 * Nothing opinionated lives here. Elementor sets the design.
 * This is only the minimum needed so an unstyled page isn't broken.
 * ---------------------------------------------------------------------- */

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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

img,
video,
svg,
iframe {
	max-width: 100%;
	height: auto;
}

/* Screen reader text — required for accessibility and skip links. */
.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: 0;
	left: 0;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 20px;
	clip: auto;
	background: #fff;
	color: #000;
	font-weight: 600;
}
