:root {
	--makerise-theme-primary: #151515;
	--makerise-theme-accent: #09795f;
	--makerise-theme-surface: #ffffff;
	--makerise-theme-muted: #f4f5f6;
	--makerise-theme-text: #151515;
	--makerise-theme-radius: 6px;
}

body { background: var(--makerise-theme-surface); color: var(--makerise-theme-text); }
body .wp-block-button__link,
body .button,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button { background: var(--makerise-theme-primary); border-radius: var(--makerise-theme-radius); color: var(--makerise-theme-surface); }
body .wp-block-button__link:hover,
body .button:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover { background: var(--makerise-theme-accent); color: var(--makerise-theme-primary); }
body .woocommerce ul.products li.product,
body .woocommerce div.product .product,
body .wc-block-grid__product { border-radius: var(--makerise-theme-radius); }
body.makerise-theme-street-pod .site,
body.makerise-theme-street-pod .content-bg,
body.makerise-theme-street-pod .woocommerce ul.products li.product { background: var(--makerise-theme-surface); color: var(--makerise-theme-text); }
body.makerise-theme-street-pod .entry-title,
body.makerise-theme-street-pod .woocommerce-loop-product__title,
body.makerise-theme-street-pod .price { color: var(--makerise-theme-text); }
