/*
Theme Name: But Parker Clean
Theme URI: https://butparkerkhacten.com/
Author: But Parker
Description: Clean semantic WooCommerce theme for the But Parker storefront.
Version: 2.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: butparker-clean
*/

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}

.oc-header a,
.oc-menu-popup a,
.oc-newsletter a {
	color: inherit;
	text-decoration: none;
}
