@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
html,body{
    font-family: 'Berkshire Swash', serif;
    color: #848484 !important; 
   overflow-x: hidden;
}
.text-menu{
    color: #d7b84e !important;
    font-size: 20px;
}
.text-header{
    color: #ffb03b;
}
.btn-light{
    color: #ffb03b !important;
}
.text-gold{
    color: #d7b84e !important;
}
.theme-1{
    background-color:#d7b84e;
}

.nav-pills .nav-link.active{
    color: #ffffff;
    background-color:#ffb03b;
}
.nav-link{
    color: #5f5950;
}
.nav-link:hover{
    color: #5f5950; 
}
