 
:root{
    --primary-font: 'HelveticaNowDisplay-Regular';
    --secondary-font:'MADEOuterSans';

    --primary-color:#FFFFFF;
    --secondary-color:#FFFFFF;
    


}

*{outline:none;box-sizing:border-box;margin:0;padding:0;}
input,button{-moz-appearance:none;-webkit-appearance:none;}
input,button,div,ul,li{outline:none !important;}
a:link,a:visited{text-decoration:none;}
img{border:none;outline:none;}
ul,ul li{list-style-type:none}
.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position: fixed;}
.highIndex{z-index: 999;}
.clr{clear:both}
.floatLft{float:left}
.floatRgt{float:right}
.inlineBlk{display:inline-block;vertical-align:middle}
.col-100{width:100%}
.textCenter{text-align:center;}
.textLeft{text-align:left;}
.textRight{text-align:right;}
.textUpper{text-transform: uppercase;}

.fwRegular{font-weight: var(--fw-regular);}
.fwLight{font-weight: var(--fw-light);}
.fwMedium{font-weight: var(--fw-medium);}
.fwBold{font-weight: var(--fw-bold);}
.flexCenter{display: flex;justify-content: center;}

.primary-font{ font-family: 'HelveticaNowDisplay-Regular';}
.secondary-font{ font-family: 'MADEOuterSans';}

.primary-color{color: var(--primary-color);}
.secondary-color{color: var(--secondary-color);}




