/*
Theme Name: Thai Ebook Reader
Theme URI: https://example.com/thai-ebook-reader
Author: Your Studio
Author URI: https://example.com
Description: ธีมสำหรับเว็บไซต์ e-book ภาษาไทย ออกแบบเพื่อการอ่านสบายตาเป็นเวลานาน โทนสีอบอุ่นแบบกระดาษ (paper-like), ฟอนต์ไทยอ่านง่าย, โหมดกลางคืน/เซปีย บาร์ปรับขนาดตัวอักษร และรองรับ Shortcode จากปลั๊กอิน Thai Flipbook Ebook Converter
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thai-ebook-reader
Tags: blog, e-commerce, one-column, two-columns, custom-colors, custom-menu, featured-images, translation-ready

Thai Ebook Reader is distributed under the terms of the GNU GPL.
*/

/* ------------------------------------------------------------------
   Base resets - full design system lives in assets/css/eye-care.css,
   loaded via functions.php so it can be conditionally swapped/cached.
   ------------------------------------------------------------------ */

* { box-sizing: border-box; }

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

body {
	margin: 0;
	font-family: var(--font-body);
	background: var(--color-bg);
	color: var(--color-ink);
	line-height: 1.75; /* generous line-height: core to the eye-care reading goal */
}

img { max-width: 100%; height: auto; }

a { color: var(--color-accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
