/* 1. Import the custom font */
@font-face {
    font-family: 'TradeGothicNextLTPro-HvCnIt';
    src: url('https://store-media.mpowerpromo.com/6914f309f4199851ae281097/assets/TradeGothicNextLTPro-HvCnIt-1776178247030.otf') format('opentype');
    /*font-weight: 900;*/
	
    font-style: italic; 
}

/*body {
  font-family: 'TradeGothicNextLTPro-HvCnIt', sans-serif;
	text-transform: capitalize;
}*/

h1, h2, h3, h4, h5, h6, .product-card-product-name-text, a span {
  text-transform: uppercase !important;
}

p, span, a, li, label, strong, em, small, blockquote, div {
  text-transform: capitalize;
	font-weight:normal;
}