/* Font Size */
.font-50 {
  font-size: 50%;
}

.font-70 {
  font-size: 70%;
}

.font-80 {
  font-size: 80%;
}

.font-85 {
  font-size: 85%;
}

.font-90 {
  font-size: 90% !important;
}

.font-100 {
  font-size: 100% !important;
}

.font-110 {
  font-size: 110% !important;
}

.font-120 {
  font-size: 120% !important;
}

.font-130 {
  font-size: 130% !important;
}

.font-140 {
  font-size: 140% !important;
}

.font-150 {
  font-size: 150% !important;
}

.font-170 {
  font-size: 170% !important;
}

.font-200 {
  font-size: 200% !important;
}

.font-300 {
  font-size: 300% !important;
}

.font-400 {
  font-size: 400% !important;
}

.font-500 {
  font-size: 500% !important;
}

.font-600 {
  font-size: 600% !important;
}

.font-700 {
  font-size: 700% !important;
}

/* End Font Size */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-h);
  font-weight: var(--font-weight-h);
}

/* End Font weight */

.font-italic {
  font-style: italic;
}

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

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

.main-title {
  font-family: var(--font-family-main-title);
  font-weight: var(--font-weight-main-title);
}

.text-muted-20 {
  opacity: 20%;
}

.text-muted-50 {
  opacity: 50%;
}

.text-muted-70 {
  opacity: 70%;
}

.text-muted {
  color: rgb(var(--text-tertiary)) !important;
}
