.font-size-xs {
  font-size: 0.75rem;
  /* 12px */
}

.font-size-sm {
  font-size: 0.875rem;
  /* 14px */
}

.font-size-md {
  font-size: 1rem;
  /* 16px */
}

.font-size-base {
  font-size: 1.125rem;
  /* 18px */
}

.font-size-lg {
  font-size: 1.25rem;
  /* 20px */
}

.font-size-xl {
  font-size: 1.5rem;
  /* 24px */
}

.font-size-xxl {
  font-size: 2rem;
  /* 32px */
}

.font-size-xxxl {
  font-size: 2.5rem;
  /* 40px */
}

.font-size-display {
  font-size: 3rem;
  /* 48px */
}

.font-size-display-lg {
  font-size: 4rem;
  /* 64px */
}

/** Font weight */
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.text-strike {
  text-decoration: line-through;
}
