
body {
    font-family: "Crete Round", serif;
}

#masthead {
    background-color: #999999 !important;
}

#bootscore-navbar {
    border-bottom: 5px solid #e21e26;
}

#bootscore-navbar .nav-link {
    color: #000000;
}

.category-badge .bg-primary-subtle {
    --bs-primary-bg-subtle: #e21e26;
}

.category-badge .text-primary-emphasis {
    --bs-primary-text-emphasis: #ffffff;
}

.btn-light {
    --bs-btn-color: #e21e26;
    --bs-btn-bg: #ffffff;

    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #e21e26;
}
