/*
Theme Name: Author Noir
Theme URI: https://example.com/
Author: Custom Build
Author URI: https://example.com/
Description: A moody, atmospheric author website theme built for a thriller/mystery novelist. Features a customizable hero, a Books custom post type with dedicated pages for each title, an About section, newsletter signup, and social links — all with colors and fonts editable from the WordPress Customizer.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: author-noir
*/

/* Base resets. Design tokens (colors/fonts) are injected as CSS variables
   in header.php from Customizer settings, then used throughout main.css */

* {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	padding: 0;
}

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

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

button {
	font-family: inherit;
	cursor: pointer;
}
