/* width, height */

.w-3r {
    width: 3rem !important;
}

.w-4r {
    width: 4rem !important;
}

.h-3r {
    height: 3rem !important;
}

.h-4r {
    height: 4rem !important;
}

.h-5r {
    height: 5rem !important;
}

/* font */

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

.fs--2 {
    font-size: 0.75rem !important;
}

.fs--1 {
    font-size: 0.875rem !important;
}

.fs-12p {
    font-size: 12px !important;
}