


/* line-height size */
.fw-100 { font-weight: 100 !important }
.fw-200 { font-weight: 200 !important }
.fw-300 { font-weight: 300 !important }
.fw-400 { font-weight: 400 !important }
.fw-500 { font-weight: 500 !important }
.fw-600 { font-weight: 600 !important }
.fw-700 { font-weight: 700 !important }
.fw-800 { font-weight: 800 !important }
.fw-900 { font-weight: 900 !important }

@media (min-width: 576px) {
    .fw-sm-100 { font-weight: 100 !important }
    .fw-sm-200 { font-weight: 200 !important }
    .fw-sm-300 { font-weight: 300 !important }
    .fw-sm-400 { font-weight: 400 !important }
    .fw-sm-500 { font-weight: 500 !important }
    .fw-sm-600 { font-weight: 600 !important }
    .fw-sm-700 { font-weight: 700 !important }
    .fw-sm-800 { font-weight: 800 !important }
    .fw-sm-900 { font-weight: 900 !important }
}

@media (min-width: 768px) {
    .fw-md-100 { font-weight: 100 !important }
    .fw-md-200 { font-weight: 200 !important }
    .fw-md-300 { font-weight: 300 !important }
    .fw-md-400 { font-weight: 400 !important }
    .fw-md-500 { font-weight: 500 !important }
    .fw-md-600 { font-weight: 600 !important }
    .fw-md-700 { font-weight: 700 !important }
    .fw-md-800 { font-weight: 800 !important }
    .fw-md-900 { font-weight: 900 !important }
}
@media (min-width: 992px) {
    .fw-lg-100 { font-weight: 100 !important }
    .fw-lg-200 { font-weight: 200 !important }
    .fw-lg-300 { font-weight: 300 !important }
    .fw-lg-400 { font-weight: 400 !important }
    .fw-lg-500 { font-weight: 500 !important }
    .fw-lg-600 { font-weight: 600 !important }
    .fw-lg-700 { font-weight: 700 !important }
    .fw-lg-800 { font-weight: 800 !important }
    .fw-lg-900 { font-weight: 900 !important }
}
@media (min-width: 1200px) {
    .fw-xl-100 { font-weight: 100 !important }
    .fw-xl-200 { font-weight: 200 !important }
    .fw-xl-300 { font-weight: 300 !important }
    .fw-xl-400 { font-weight: 400 !important }
    .fw-xl-500 { font-weight: 500 !important }
    .fw-xl-600 { font-weight: 600 !important }
    .fw-xl-700 { font-weight: 700 !important }
    .fw-xl-800 { font-weight: 800 !important }
    .fw-xl-900 { font-weight: 900 !important }
}
@media (min-width: 1400px) {
    .fw-xxl-100 { font-weight: 100 !important }
    .fw-xxl-200 { font-weight: 200 !important }
    .fw-xxl-300 { font-weight: 300 !important }
    .fw-xxl-400 { font-weight: 400 !important }
    .fw-xxl-500 { font-weight: 500 !important }
    .fw-xxl-600 { font-weight: 600 !important }
    .fw-xxl-700 { font-weight: 700 !important }
    .fw-xxl-800 { font-weight: 800 !important }
    .fw-xxl-900 { font-weight: 900 !important }
}