/**
 * Theme Name: SuttaPrint
 * Template:   twentytwentythree
 */

 :root {
    --primary: #AD1415;
    --secondary: #CEA971;
    --highlight: #FFC108;
    --dark: rgb(33, 0, 0);
    --light:rgb(252, 253, 243);
}
body{
  font-family: "Source Serif Pro", serif;
  background-color: rgb(252, 253, 243);
}

 .campaign-signle-wrapper{
   color:var(--light);
   text-shadow: 1px 1px rgba(0,0,0,0.5);
 }

 div.message-wrapper-outer{
/*   text-shadow: 1px 1px rgba(0,0,0,0.2); */
	color:rgb(134, 54, 0);
 }

.message-wrapper .product_title{

}

.message-wrapper > .wcFund_progress-row ul{
	margin: 0.5ex 0;
	padding: 0 ;
}

.product_cat-donations .wc-block-grid__product-price .woocommerce-Price-amount{
	display:none;
}