:root{
--bs-primary: #6EBE4B !important;
}
html .btn-outline-primary {
    color: #6EBE4B !important;
    border-color: #6EBE4B !important;
}
html .bg-primary{
    background: #6EBE4B !important;
}
html .text-primary{
    color: #6EBE4B !important;
}
html .bg-dark{
    background: #221E1F !important;
}
.h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    color: #221E1F !important;
}
body{
    color: #444;
}
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
/* Nav */
.navbar{
    /* padding-top: 0 !important; */
}
/* Hero */
.hero-header{
    margin-top: 0;
    padding-top: 80px;
}
/* team */
.team-item:hover img {
    transform: scale(1);
}
.team-overlay {  
    align-items: center; 
    background: none;    
}