/*
Theme Name: QLYS Theme
Theme URI: https://www.qlys.tech
Author: 西安青岚云舒科技有限公司
Author URI: https://www.qlys.tech
Description: 西安青岚云舒科技有限公司官方网站主题 - 专注企业级电商系统、MES智能制造、集团管理系统、AI应用架构
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
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: qlys-theme
Tags: business, corporate, custom-logo, one-column
*/

/* ============================================
   Global Reset & Base Styles
   ============================================ */

/* Box-sizing reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Margin & padding reset */
* {
	margin: 0;
	padding: 0;
}

/* Remove list styles */
ul,
ol {
	list-style: none;
}

/* Remove default anchor styles */
a {
	text-decoration: none;
	color: inherit;
}

/* Remove button default styles */
button {
	border: none;
	background: none;
	cursor: pointer;
	font-family: inherit;
}

/* Image defaults */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Form elements */
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
}

/* Table reset */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base body styles */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Screen reader only */
.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;
}
