/**
* Theme Name: BookChoix Child
* Description: This is a child theme of BookChoix.
* Author: AcmeeDesign Softwares and Solutions
* Template: bookchoix
* Version: 2.0.0
*/

/**
* You can add your custom styles here
*/

.amatic-sc-regular {
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.amatic-sc-bold {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}
// <weight>: Use a value from 200 to 800
// <uniquifier>: Use a unique and descriptive class name

.assistant-<uniquifier> {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
	font-family: "Assistant", sans-serif;
}
.wc-block-cart .wc-block-components-product-metadata__description{
    display: none !important;
} 
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p
 {
    display: none !important;
}