body {
    background-color: #FFFECB;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}

.bg-titlebar {
    background: #F28C3A;
}

.btn-primary {
    background: #C65A3A;
    border: #C65A3A;
}

.btn-primary:hover {
    background: #a34b31;
    border: #a34b31;
}

.container-xxl {
  max-width: 1600px;
}