/*
Theme Name: The Cozy Nook
Theme URI: https://gwpsolutions.com/
Author: GWP Solutions
Author URI: https://gwpsolutions.com/
Description: A warm, Gutenberg-optimized WooCommerce theme for The Cozy Nook Books.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: the-cozy-nook
Tags: custom-background, custom-logo, custom-menu, featured-images, full-site-editing, block-styles, wide-blocks, e-commerce
*/

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

body {
	margin: 0;
	background: #f9f6f0;
	color: #2c302e;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.6;
}

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

a {
	color: #b36a4f;
}
