@font-face {
    font-family: 'CeraPro';
    src: url('fonts/Cera Pro Bold.otf') format('woff2');

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro';
    src:
        url('fonts/CeraPro-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.icon {
    background: #0e153c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid var(--accent-color);
    margin-right: 20px;
    color: #eeb904;

}

.footer {
    color: #fff;
    background-color: #0e153c;
    font-size: 14px;
    padding: 40px 0 0 0;
    position: relative;
}

body {
    font-family: 'CeraPro', sans-serif;
}

.description {
    text-align: align-left;
}

a.nav-link {
    color: #0e153c !important;
}

a.nav-link.active {
    color: #eeb904 !important;
}

.brand-blue {
    color: #0e153c !important;
}