 .brxe-container {
 	width: 100%
 }

 .woocommerce main.site-main {
 	width: 100%
 }

 #brx-content.wordpress {
 	width: 100%
 }

 html {
 	background-color: var(--as-light)
 }

 body {
 	background: none
 }

 html {
 	font-size: 100%
 }

 body {
 	font-size: var(--as-txt-m);
 	color: var(--as-dark);
 	font-family: "Chromatic Grotesque";
 	font-weight: 400;
 	line-height: 1.3
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	font-weight: 400;
 	font-family: "Chromatic Grotesque"
 }