.flex {
  display: flex; }

.fontSizeXXS {
  font-size: 9px; }

.fontSizeXS {
  font-size: 10px; }

.fontSizeS {
  font-size: 11px; }

.fontSize {
  font-size: 12px; }

.fontSizeMS {
  font-size: 13px; }

.fontSizeM {
  font-size: 14px; }

.fontSizeMM {
  font-size: 15px; }

.fontSizeML {
  font-size: 16px; }

.fontSizeL {
  font-size: 18px; }

.fontSizeLL {
  font-size: 24px; }

.fontSizeLLL {
  font-size: 28px; }

.fontSizeXL {
  font-size: 36px; }

.fontSizeXXL {
  font-size: 40px; }

.fontSizeXXXL {
  font-size: 56px; }

.fontSizeXXXXL {
  font-size: 72px; }

.fontWeightLighter {
  font-weight: 200; }

.fontWeightNormal {
  font-weight: normal; }

.fontWeightSemiBold {
  font-weight: 600; }

.fontWeightHeavy {
  font-weight: bold; }
