/*
Theme Name: Honey Paper
Theme URI: https://honeypaperstudio.com
Author: Honey Paper Studio
Author URI: https://honeypaperstudio.com
Description: A warm, minimal WooCommerce theme built for Honey Paper Studio's digital Google Sheets planners. Soft, editorial, and built to convert Pinterest visitors into buyers.
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 8.0
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: honey-paper
Tags: e-commerce, one-column, custom-colors, custom-menu, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/* Base resets — component styles live in assets/css/main.css and are enqueued in functions.php */

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background-color: #FFFDF8;
	color: #40382E;
}

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

a {
	color: inherit;
}

button {
	font-family: inherit;
}
