/*
Theme Name: YHL
Theme URI:
Author: YHL
Author URI:
Description: A clean, custom, lightweight WordPress theme foundation for YHL. Built for Gutenberg, semantic HTML5, and future GSAP scroll-animation work. No page builder dependency.
Version: 1.0.0
Requires at least: 6.3
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: yhl
*/

/* -----------------------------------------------------------------------
   Minimal base reset.
   All structural / layout styling lives in assets/css/main.css so this
   required stylesheet stays lightweight.
   ----------------------------------------------------------------------- */

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

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

body {
	margin: 0;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
}

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

.screen-reader-text:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
}
