/*
Theme Name: Terra & Wheel
Theme URI: https://example.com
Author: Terra & Wheel Studio
Author URI: https://example.com
Description: A warm, editorial WordPress theme for ceramics studios, workshops and handmade goods shops. Converted from a custom HTML design and built as a flexible foundation for Elementor page building, with a full design-token driven style system (colors, type, buttons, cards, forms) and native WooCommerce support.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
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: terra-wheel
Tags: e-commerce, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, threaded-comments, translation-ready

Terra & Wheel is a from-scratch theme. All CSS below is original.
*/

/* Base resets — component styles live in assets/css/main.css */
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
body {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
