@font-face {
    font-family: 'Proxima-nova';
    src:url('../fonts/Proxima_Nova_Font.otf');
}
 
body {
  font-family: 'Proxima-nova';
  color: #FFFFFF;
}
.fs-10{
  font-size: 10px;
}
.fs-12{
  font-size: 12px;
} 
.fs-14{
  font-size: 14px;
} 
.fs-16{
  font-size: 16px;
} 
.fs-18{
  font-size: 18px;
}  
.fs-20{
  font-size: 20px;
}  
.fs-24{
  font-size: 24px;
} 
.fs-30{
  font-size: 30px;
} 
.fs-34{
  font-size: 34px;
} 
.fs-36{
  font-size: 36px;
} 
.fs-48{
  font-size: 48px;
} 
.fs-50{
  font-size: 50px;
} 
.fs-64{
  font-size: 64px;
} 
.fs-75{
  font-size: 75px;
}  
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-700{
  font-weight: 700;
}
.fw-normal{
  font-weight: normal;
}
.fw-bold{
  font-weight: bold;
}
.fw-600{
  font-weight: 600;
}

.opacity_half{
  opacity:0.5 ;
}
.text_black{
  color: #000000;
}
.text_dark{
  color: #071B20;
}
.text_light{
    color: rgba(255, 255, 255, 0.4);
}
.text_white{
  color: #FFFFFF;
}
.text_success{
  color: #98F045;
}
.text_warn_sussess{
  color: #D5FC44;
}
.text_warning{
  color: #FBD50C;
}
.text_pnk{
  color: #FE5985;
}
.text_danger{
  color: #E8472A;
}



.text_smashed_pumpkin{
  color: #FF673A;
}
.text_brand{
  color: #49E2B4;
}



.lh-1{
  line-height: 1;
}
.lh-1-2{
  line-height: 1.2;
}
.lh-1-5{
  line-height: 1.5;
}
.lh-1-7{
  line-height: 1.7;
}
.lh-2{
  line-height: 2;
}