:root {
    --bluePrime: #444290;
    --grayPrime: rgb(74, 74, 74);
    --blackPrime: black;
}

.section-footer {
    /* font-family: 'GFS Neohellenic', sans-serif !important; */
    font-family: 'Poppins', 'Arial' !important;
    /* font-weight: 100 !important; */
    font-size: 14pt !important;
    font-weight: 100;
    color: var(--whitePrime);
    background-color: var(--doradoGreen);
    border: 1px solid var(--whitePrime);
}

.section-footer li {
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
}
