/* Primary button color */
button,
.btn-primary,
a.btn-primary {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #E0BF35 !important;
    border-color: #E0BF35 !important;
}

/* Button hover */
button:hover,
.btn-primary:hover,
a.btn-primary:hover {
    text-transform: uppercase;
    background-color: #d1ad2e !important;
    border-color: #d1ad2e !important;
}

/* Background color for the main app */
body {
    background-color: #f5f2e5 !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Optional: Headings font */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Optional: Table header color */
.table thead th {
    background-color: #E0BF35 !important;
    color: #000;
}
