.font-family-expletus {
    font-family: "Expletus Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-family-mulish {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.fw-400 {
    font-weight: 400;
}

.box-shadow-1 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5) !important;
}

.brand-logo {
    height: 58px;
    width: auto;
}

div.social-icons {
    display: flex;
    gap: 0px;
}

div.social-icons img {
    width: 35px;
}

.color-blue-1 {
    color: rgba(39, 51, 118, 1);
}

.color-red-1 {
    color: rgba(210, 29, 44, 1);
}

/* background colors */
.background-grey-1 {
    background-color: rgba(94, 100, 115, 1) !important;
}

/* background colors */

/* border properties */
.border-width-2 {
    border-width: 2px !important;
    border-style: solid !important;
}

.border-right-except-last:not(:last-of-type) {
    border-right: 2px solid rgb(214, 33, 40) !important;
}

.border-white{
    border: 1px solid rgb(255, 255, 255) !important;
}

.border-right-1{
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* border properties */