.font-bold {
  font-weight: bold;
}
.font-normal {
  font-weight: normal;
}
.italic {
  font-style: italic;
}
.no-italic {
  font-style: normal;
}
