/*
Theme Name: Lunar
Theme URI: https://github.com/irvangen09/lunar-theme
Author: Irvan Noerfazri
Author URI: https://github.com/irvangen09
Description: A fast, structured WordPress theme for game documentation and wiki websites, inspired by game rarity systems and codex aesthetics.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lunar
*/

/* ---------------------------------------------------------------------
   Minimal reset — component-level styling is intentionally NOT here.
   ------------------------------------------------------------------ */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var( --color-background );
	color: var( --color-text );
	font-family: var( --font-body );
	line-height: 1.7;
}

img,
svg {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var( --color-accent );
}