.spacer-10 {
    height: 10px;
}
.spacer-20 {
    height: 20px;
}
.spacer-30 {
    height: 30px;
}
.spacer-40 {
    height: 40px;
}
.spacer-50 {
    height: 50px;
}
.spacer-60 {
    height: 60px;
}
.spacer-70 {
    height: 70px;
}
.spacer-80 {
    height: 80px;
}
.spacer-90 {
    height: 90px;
}
.spacer-100 {
    height: 100px;
}
.spacer-150 {
    height: 150px;
}
.spacer-200 {
    height: 200px;
}
.spacer-300 {
    height: 300px;
}

.fs-8 {
    font-size: 8px !important;
}
.fs-9 {
    font-size: 9px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fs-36 {
    font-size: 36px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-44 {
    font-size: 44px !important;
}
.fs-48 {
    font-size: 48px !important;
}
.fs-52 {
    font-size: 52px !important;
}
.fs-56 {
    font-size: 56px !important;
}
.fs-60 {
    font-size: 60px !important;
}
.fs-64 {
    font-size: 64px !important;
}
.fs-72 {
    font-size: 72px !important;
}
.fs-80 {
    font-size: 80px !important;
}
.fs-90 {
    font-size: 90px !important;
}
.fs-100 {
    font-size: 100px !important;
}

.fw-normal {
    font-weight: normal !important;
}
.fw-bold {
    font-weight: bold !important;
}
.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;
}
.text-uppercase {
    text-transform: uppercase !important;
}