/* CSS for font size */
.font-sm {
  font-size: 9px !important;
}
.font-m {
  font-size: 10px !important;
}
.font-l {
  font-size: 12px !important;
}
.font-xl {
  font-size: 14px !important;
}
