:root {
	--gwp-accent: #b3405a;
	--gwp-accent-deep: #8f2f45;
	--gwp-accent-soft: #f7e9ee;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.g-hero h1,
.g-editorial h2,
.g-sec h2,
.entry-title,
.product_title,
.woocommerce-loop-product__title,
.ct-heading,
.widget-title {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	letter-spacing: .2px;
}

a {
	color: var(--gwp-accent);
}

a:hover,
a:focus {
	color: var(--gwp-accent-deep);
}

.woocommerce .onsale,
.single_add_to_cart_button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit.alt,
.checkout-button,
.ct-button,
.g-hero-btns a {
	background-color: var(--gwp-accent) !important;
	border-color: var(--gwp-accent) !important;
	color: #fff !important;
}

.g-hero-btns a:hover {
	background-color: var(--gwp-accent-deep) !important;
	border-color: var(--gwp-accent-deep) !important;
}

.woocommerce .star-rating span,
.star-rating span {
	color: var(--gwp-accent);
}

.woocommerce ul.products li.product .price,
.product .price,
.woocommerce-Price-amount {
	color: var(--gwp-accent);
}
