/*
Theme Name: Creamery OS
Theme URI: https://example.com/creamery-os
Author: Creamery OS
Description: The storefront theme for Creamery OS — built to match the plugin's "dipping cabinet" 3D design language. Pairs with the Creamery OS plugin (inventory, recipes, POS, online store); works standalone as a design-only theme too.
Version: 0.1.0
Build Date: 2026-07-21
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: creamery-os-theme
*/

/* Base reset — the real design system lives in assets/css/creamery.css,
   enqueued from functions.php so it can be cached/versioned separately. */
* { box-sizing: border-box; }
body { margin: 0; }
img, svg { max-width: 100%; display: block; }
