/* hide account and cart while we're still linkking off to Shopify */

.header__tools-cart,.header__tools-account {
  display: none !important;
}

/* making body text same typeface */
.tinymce p,
#blog-page p,
p {
	font-family: "Hepta Slab", serif;
}


/* Richie Owens Artist Page*/

#postid-2897 #artist-section-1 {
  margin-bottom: 25rem !important;
}

/* Remove Product category form card */
.woocommerce ul.products li.product .product-cats a {
  display: none;
}