.bg-elx-gray-blue {
    background-color: rgb(144, 171, 186); /* C:48% M:24% Y:21% K:3% */
}

.bg-elx-olive {
    background-color: rgb(0, 98, 105); /* C:87% M:37% Y:47% K:30% */
}

.bg-elx-blue-dark {
    background-color: rgb(0, 62, 69); /* C:94% M:52% Y:52% K:53% */
}

.bg-elx-blue {
    background-color: rgb(0, 96, 137); /* C:91% M:34% Y:11% K:35% */
}

.bg-elx-black-blue {
    background-color: rgb(11, 16, 29); /* C:99% M:87% Y:54% K:90% */
}

.bg-elx-black {
    background-color: rgb(9, 4, 0); /* C:100% M:60% Y:60% K:60% */
}

.bg-elx-white {
    background-color: rgb(255, 255, 255); /* C:0% M:0% Y:0% K:0% */
}

.bg-elx-gold {
    background-color: rgb(249, 222, 104); /* C:5% M:10% Y:68% K:0% */
}

.bg-elx-yellow {
    background-color: rgb(221, 166, 58); /* C:13% M:36% Y:84% K:3% */
}

.bg-elx-brown {
    background-color: rgb(198, 134, 23); /* C:19% M:48% Y:98% K:8% */
}

.bg-elx-tan {
    background-color: rgb(158, 126, 79); /* C:31% M:42% Y:69% K:23% */
}

.bg-elx-red-light {
    background-color: rgb(80, 14, 0); /* C:0% M:95% Y:100% K:80% */
}

.bg-elx-red-dark {
    background-color: rgb(194, 0, 36); /* C:16% M:100% Y:87% K:6% */
}


.font-elx-bold{
    font-family: 'Lucida Bright Demibold', 'Times New Roman', Times, serif;
    font-weight: bold;
}

.font-elx-regular {
    font-family: 'Lucida Bright', 'Times New Roman', Times, serif;
    font-weight: normal;
}

.font-elx-italic {
    font-family: 'Lucida Bright Italic', 'Times New Roman', Times, serif;
    font-style: italic;
}

.font-elx-italic-bold {
    font-family: 'Lucida Bright Demibold Italic', 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: bold;
}

