.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-35 {
  font-size: 35px;
}

.fs-40 {
  font-size: 40px;
}

.fs-44 {
  font-size: 44px;
}

.fs-52 {
  font-size: 52px;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.black {
  font-weight: 900;
}

.upper {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lower {
  text-transform: lowercase;
}

.lh-none {
  line-height: 1;
}

.lh-low {
  line-height: 1.2;
}

.lh-normal {
  line-height: 1.4;
}

.no-deco, .no-deco a {
  text-decoration: none;
}

.deco-hover a:hover {
  text-decoration: underline;
}

a.deco-hover:hover {
  text-decoration: underline;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}