/***** Spacing *****/
.mr-2px {
    margin-right: 2px !important;
}
.mr-10px {
    margin-right: 10px !important;
}
/***** End Spacing *****/

/***** Typography *****/
.text-xs {
    font-size: 0.75rem;
    line-height: 1.25rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 1.5rem;
}
/***** End Typography *****/

/***** Spacing *****/
.gap-px {
    gap: 1px !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 0.75rem !important;
}
/***** End Spacing *****/

/***** Utilities *****/
.cursor-default {
    cursor: default !important;
}
/***** End Utilities *****/
