.thin {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.bolder {
  font-weight: 900;
}



/* text-align */
.t-align-left {
  text-align: left !important;
}
.t-align-right {
  text-align: right !important;
}
.t-align-center {
  text-align: center !important;
}



body {
  /*overflow: inherit;*/
}
body.popup-active {
  overflow: hidden;
}
