h1,
h2,
h3,
h4,
h5 {
    font-family: 'Prompt';
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Prompt';
    font-weight: normal;
    font-size: medium;
    font-style: normal;
}

.bg-primary,
.btn-primary {
    background-color: #b92002 !important;
    border-color: #b92002;
}

.bg-secondary,
.btn-secondary {
    background-color: #112c8e !important;
    border-color: #112c8e;
}

.bg-table-head {
    background-color: #b8dee8 !important;
    border-color: #b8dee8;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}