

/* font-sizes */

.text-xxs {
    font-size: 11px;
    line-height: 13px;
}
.text-xs {
    font-size: 12px;
    line-height: 14px;
}
.text-sm {
    font-size: 14px;
    line-height: 22px;
}
.text-md {
    font-size: 16px;
    line-height: 22px;
}
.text-lg {
    font-size: 18px;
    line-height: 24px;
}
.text-xl {
    font-size: 22px;
    line-height: 28px;
}
.text-xxl {
    font-size: 28px;
    line-height: 34px;
}


/* misc */

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: 600;
}

.text-secondary {
    color: lightgray !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.color-gray {
    color: gray;
}

b,
strong {
    font-weight: 600;
}


@font-face {
    font-family: "USPSIMBStandard";
    src: url("/assets/app/css/USPSIMBStandard.ttf") format("truetype");
}

@font-face {
    font-family: "USPSIMBCompact";
    src: url("/assets/app/css/USPSIMBCompact.ttf") format("truetype");
}