:root {
    --bs-primary:#63bc63 ;
    --bs-primary-dark:#468d46;
    --menu-text-color: #63bc63;
    --main-font-family:'fsalbertweblight', sans-serif;
    --main-text-color:#63bc63 ;
    --secondary-text-color:#63bc63 ;
  }
  .btn-primary {
    background-color: #63bc63;
  }
  .text-primary {
    color: #63bc63!important;
  }
  .navbar-light {
    background-color: white!important;
  }
  .navbar-light a {
    color: var(--bs-dark)!important;
  }