.z-font-12 {
    font-size: 12px;
}

.z-font-13 {
    font-size: 13px;
}
.z-font-14 {
    font-size: 14px;
}
.z-font-15 {
    font-size: 15px;
}
.z-font-base {
    font-size: 16px;
}
.z-font-18 {
    font-size: 18px;
}
.z-font-20 {
    font-size: 20px;
}
.z-font-46 {
    font-size: 46px;
}

.z-font-400 {
    font-weight: 400 !important;
}
.z-font-500 {
    font-weight: 500;
}
.z-font-600 {
    font-weight: 600;
}

.z-font-700 {
    font-weight: 700;
}

.z-leading-base {
    line-height: 1.5;
}

.z-leading-3 {
    line-height: 3;
}

.z-leading-16px {
    line-height: 16px;
}

.z-leading-18px {
    line-height: 18px;
}

.z-leading-22px {
    line-height: 22px;
}

.z-leading-24px {
    line-height: 24px;
}

.z-brandon-h3 {
    font-family: brandon_grotesquebold;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2.2px;
    overflow-wrap: break-word;
    word-break: break-word;
}
.open-sans-large-black-bold, .open-sans-medium-large-black-bold {
    color: #333;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
}
.z-text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
