@font-face {
    font-family: 'Baloo';
    src: url('../fonts/Baloo.woff2') format('woff2'),
        url('../fonts/Baloo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.baloo-font {
    font-family: 'Baloo' !important;
}

.baloo-color{
    color:#AE7651 !important;
}

.btn-primary {
    background-color: #2A2110 !important;
}

.btn-primary.btn-lg{
    background-color: #AE7651 !important;
}
.nav-link.active {
    background-color:#AE7651 !important;
}