/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Panier customisation  */

p.woocommerce-mini-cart__total.total {
    color: #ffffff !important;
}

h2.widgettitle {
    color: #ffffff !important;
}

span.quantity {
    color: #ffffff !important;
}

/* ADD FONT OPEN SANS CONDENSED */
@font-face {
  font-family: "Open Sans Condensed";
  src:  url("https://acad.phaz.ch/wp-content/themes/bb-theme-child/fonts/OpenSansCondensed-Bold.woff") format("woff");
  src:  url("https://acad.phaz.ch/wp-content/themes/bb-theme-child/fonts/OpenSansCondensed-Light.woff") format("woff");	
		font-weight: normal;
	
}

