@font-face {
    font-family: 'DinCondBlackRegular';
    src: url('../fonts/din_cond_black_regular.otf') format('opentype');
}

.default-body {
    font-family: DinCondBlackRegular;
    background: linear-gradient(to bottom right, #024277, #0fa9c5) !important;
}

.error-body {
    font-family: DinCondBlackRegular;
    background: #024277 !important;
}

.content-container {
    background-color: #251a5f;
}

.content-container-semi-transparent {
    background-color: rgba(0,0,0,.2);
}

.caption-message {
    font-size: 17px;
    letter-spacing: 3px;
    color: #ffffff;
}

.page-header-styling {
    background-color: #009fdf;
    width: 85px !important;
    height: 3px !important;
}
