/*
Theme Name: Best Coffee Machines
Theme URI: https://bestcoffeemachines.com.au
Author: Best Coffee Machines
Author URI: https://bestcoffeemachines.com.au
Description: Premium custom review and magazine theme for BestCoffeeMachines.com.au — built for coffee machine reviews, comparisons, buying guides and affiliate conversion. SEO-first, performance-first, WCAG AA accessible.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bcm
Tags: custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

All compiled CSS lives in /assets/css/*.css (enqueued via inc/enqueue.php).
This file exists only to satisfy WordPress's theme header requirement and
to hold the mandatory reset below.
*/

/* Minimal reset kept here so it always loads first, before cached asset CSS. */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

img,
picture,
video,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}
