/*
Theme Name: The Golf Book
Theme URI: https://thegolfbook.com
Description: Custom WooCommerce storefront for The Golf Book — a single-product performance journal for golfers. Child theme of Storefront.
Author: Built for The Golf Book
Template: storefront
Version: 2.0.0
Text Domain: golf-book
Requires PHP: 7.4
Requires at least: 6.0
WC requires at least: 8.0
WC tested up to: 9.5
*/

/* Base resets that must live in style.css so WordPress registers the theme
   correctly. All real design-system CSS lives in assets/css/theme.css and is
   enqueued separately in functions.php (kept apart so it's easy to diff/edit
   without touching this required header file). */

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

body {
	margin: 0;
}