body {
    background-color: rgb(237, 238, 244);
    font-family: 'Signika', sans-serif;
}

#footer-container {
    background-color: rgb(237, 238, 244);
}

/* Custom button styles */
.btn-outline-primary-custom {
    color: darkblue;
    border-color: darkblue;
    background-color: transparent;
}

.btn-outline-primary-custom:hover {
    color: white;
    background-color: darkblue;
    border-color: darkblue;
}

/* Content block styles */
.content-block {
    background-color: white;
    padding: 20px;
    border: 1px solid darkblue;
    margin-bottom: 20px;
}

.content-block-warning {
    background-color: rgb(223, 116, 116) !important;
    color: white;
}

.active {
    background-color: darkblue !important;
    color: white;
    border: 1px solid darkblue !important;
}

#basketTotalRow {
    background-color: darkblue;
    color: white;
    border: 1px solid darkblue !important;
}

.table-header th {
    background-color: darkblue;
    color: white;
}

.embargo-text {
    color: darkblue;
    font-size: 0.9rem;
}

.navbar {
    background-color: darkblue;
    color: white;
}
