@font-face { font-family: Signika; src: url('../fonts/Signika-Regular.otf'); } 
@font-face { font-family: Signika; font-weight: bold; src: url('../fonts/Signika-Bold.otf');}
@font-face { font-family: SourceSansPro; font-weight: bold; src: url('../fonts/SourceSansPro-Regular.ttf');}


h1,h2,h3,h4,h5,h6{
 
  font-family: Signika!important;
}
p{
  
  font-family: SourceSansPro!important;
}

#sidebar ul.side li.side a.side {
    font-family: Signika!important;
}
.bg-primary {
    background-color:  #6D4181 !important;
	
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:  #6D4181 !important;
    background-color: transparent;
    border-color: transparent transparent #6D4181;
        border-bottom-color: rgb(109, 65, 129);
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #6D4181;
}
.btn-primary {
    color: #fff;
    background-color: #6D4181;
    border-color: #6D4181;
}
.btn-primary {
    color: #fff;
    background-color: #6D4181;
    border-color: #6D4181;
}
.btn-primary:hover {
 color:#fff;
 background-color:  #F1CC00;
 border-color:  #F1CC00;
;
}

#sidebar ul.components {
    border-bottom: 1px solid #6D4181!important;;
    background-color: #6D4181!important;;
}
#sidebar {

    background: #F1CC00!important;;
}
#sidebar .sidebar-header {
   
    background: #6D4181!important;;
}