@import "cerapro.css";

body {
    font-family: 'CeraPRO-Light';
    font-size: 13px;
}

button,
input,
select,
.sans-serif {
    font-family: 'CeraPRO-Regular', sans-serif;
}

.ipg-dark-blue-gray {
    color: #242C36;
}

.bg-ipg-dark-blue-gray {
    background-color: #242C36;
}

.b--ipg-dark-blue-gray {
    border-color: #242C36;
}

.bg-ipg-slightly-gray {
    background-color: rgba(246, 245, 250, 1)
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
