.f-8{
    font-size: 8px;
}
.f-9{
    font-size: 9px;
}
.f-10{
    font-size: 10px;
}
.f-11{
    font-size: 11px;
}
.f-12{
    font-size: 12px;
}
.f-13{
    font-size: 13px;
}
.f-14{
    font-size: 14px;
}
.f-15{
    font-size: 15px;
}
.f-16{
    font-size: 16px;
}
.f-17{
    font-size: 17px;
}
.f-18{
    font-size: 18px;
}
.f-19{
    font-size: 19px;
}
.f-20{
    font-size: 20px;
}
.f-21{
    font-size: 22px;
}
.f-22{
    font-size: 22px;
}
.f-23{
    font-size: 23px;
}
.f-24{
    font-size: 24px;
}
.f-25{
    font-size: 25px;
}
.f-26{
    font-size: 26px;
}
.f-27{
    font-size: 27px;
}
.f-28{
    font-size: 28px;
}
.f-29{
    font-size: 29px;
}
.f-30{
    font-size: 30px;
}
.f-31{
    font-size: 31px;
}
.f-32{
    font-size: 32px;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
/* line height */
.lh-1{
    line-height: 1;
}
.lh-11{
    line-height: 1.1;
}
.lh-12{
    line-height: 1.2;
}
.lh-13{
    line-height: 1.3;
}
.lh-14{
    line-height: 1.4;
}
.lh-15{
    line-height: 1.5;
}
.lh-16{
    line-height: 1.6;
}
.lh-17{
    line-height: 1.7;
}
.lh-18{
    line-height: 1.8;
}
.lh-19{
    line-height: 1.9;
}
.lh-2{
    line-height: 2;
}

/* opacity */
.o-09{
    opacity: 0.9;
}
.o-08{
    opacity: 0.8;
}
.o-07{
    opacity: 0.7;
}
.o-06{
    opacity: 0.6;
}
.o-05{
    opacity: 0.5;
}
.o-04{
    opacity: 0.4;
}
.o-03{
    opacity: 0.3;
}
.o-02{
    opacity: 0.2;
}
.o-01{
    opacity: 0.1;
}

/* miscellaneous */
.position-sticky{
    position: sticky;
}
.o-x-auto{
    overflow-x: auto;
}
.o-x-auto.scroll-hide::-webkit-scrollbar{
    display: none;
}
.top-0{
    top: 0;
}
.right-0{
    right: 0;
}
.bottom-0{
    bottom: 0;
}
.left-0{
    left: 0;
}

/* height percentage*/
.h-100vh{
    height: 100vh;
}
.h-100{
    height: 100%;
}
.h-90{
    height: 90%;
}
.h-80{
    height: 80%;
}
.h-70{
    height: 70%;
}
.h-60{
    height: 60%;
}
.h-50{
    height: 50%;
}
.h-40{
    height: 40%;
}
.h-30{
    height: 30%;
}
.h-20{
    height: 20%;
}
.h-10{
    height: 10%;
}

/* width percentage*/

.w-100vw{
    height: 100vw;
}
.w-100{
    width: 100%;
}
.w-90{
    width: 90%;
}
.w-80{
    width: 80%;
}
.w-70{
    width: 70%;
}
.w-60{
    width: 60%;
}
.w-50{
    width: 50%;
}
.w-40{
    width: 40%;
}
.w-30{
    width: 30%;
}
.w-20{
    width: 20%;
}
.w-10{
    width: 10%;
}


.zi-m1{
    z-index: -1;
}
.zi-0{
    z-index: 0;
}
.zi-1{
    z-index: 1;
}
.zi-2{
    z-index: 2;
}

.cursor{
    cursor: pointer;
}