/* Keystone Steel: #4a5d6a, Yellow: #ffdd57 */
.custom-header {
    background-color: #4a5d6a !important;
}
.custom-footer {
    background-color: #f5f7fa;
    border-top: 5px solid #ffdd57;
}
.title.is-custom-yellow {
    color: #ffdd57 !important;
    text-shadow: 1px 1px 2px #4a5d6a;
}
.button.is-primary.is-custom {
    background-color: #ffdd57;
    color: #333;
    font-weight: bold;
}
.button.is-primary.is-custom:hover {
    background-color: #e0c24b;
}
.main-content-wrapper {
    padding: 1rem;
}
