/*
Theme Name: Bud Palmer Auction
Theme URI: https://budpalmerauction.com
Author: Valley Offset Printing
Author URI: https://valleyoffset.com
Description: A modern, 2026-era WordPress theme tailored for Bud Palmer Auction of Wichita, Kansas. Built for auction houses with a fast, accessible, mobile-first UX, live/upcoming/past auction listings, full-site editing color support, and a bold red & black brand identity.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bpa-theme
Tags: auction, business, custom-logo, custom-menu, featured-images, block-styles, wide-blocks, responsive-layout, accessibility-ready, translation-ready

Bud Palmer Auction theme — © 2026 Bud Palmer Auction, LLC. Built by Valley Offset Printing.
All design tokens, layout, and components live in assets/css/main.css (enqueued via functions.php).
*/

/*
 * This file intentionally contains only the theme header above plus minimal
 * fallback resets. The full design system is enqueued from assets/css/main.css
 * so it can be cached and versioned independently.
 */

:root {
	color-scheme: light;
}

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}
