body {
    font-family: 'Inter', Arial, sans-serif;
    background: #f3f3f3;
}

.font-hex {
    font-family: 'HEX Franklin', sans-serif;
}

/* FONT SIZE */

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

/* LINE HEIGHT */

.lh-28 {
    line-height: 28px;
}

.lh-34 {
    line-height: 34px;
}

/* MARGIN */

.mt-20 {
    margin-top: 20px;
}


/* OBJECT FIT */
.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover
}


/* BORDER RADIUS */
.rounded-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* COLORS */

.text-grey-dark {
    color: #878787;
}

/* BACKGROUND */
.bg-grey-dark-1 {
    background: #878787;
}

.bg-grey-dark-2 {
    background: #E1E1E1;
}