/*
Theme Name: Upsert Default
Theme URI: https://upsert.ng
Author: Upsert
Author URI: https://upsert.ng
Description: The default Upsert storefront theme — a clean, mobile-first WooCommerce theme that
ships baked into the upsert/wordpress image. The launch theme every store falls back to.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
WC requires at least: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: upsert-default
*/

:root { --upsert-max: 1100px; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; line-height: 1.5; }
.site-header, .site-footer { padding: 1rem; }
.site-main { max-width: var(--upsert-max); margin: 0 auto; padding: 1rem; }
img { max-width: 100%; height: auto; }
