/*
Theme Name: The SIM Shop Glozin Child
Theme URI: https://thesimshop.com.au
Description: Child theme for The SIM Shop based on the Glozin WooCommerce theme.
Author: The SIM Shop
Author URI: https://thesimshop.com.au
Template: glozin
Version: 1.0.0
Text Domain: thesimshop-glozin-child
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--tss-black: #101010;
	--tss-cream: #fff7df;
	--tss-yellow: #ffd633;
	--tss-charcoal: #272727;
}

body {
	background-color: var(--tss-cream);
}

::selection {
	background: var(--tss-yellow);
	color: var(--tss-black);
}
