.dropdown-menu {
  background-color: white !important;
}
footer {
    color: #fff !important;
    background-color: #000 !important;
}
h2 {
    font-family: 'Figtree', sans-serif !important;
    //font-size: 3.5rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #000 !important;
    letter-spacing: -.03em !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
body {
    color: var(--black-2) !important;
    font-family: Figtree, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
.nav-item a {
    color: #000 !important;
    padding: .5rem 1rem !important;
    font-size: .875rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    transition: opacity .2s !important;
}
span {
  background-color: var(--blue-primary) !important;
}
.btn {
  border: 1px solid var(--blue-primary) !important;
  background-color: var(--blue-primary) !important;
  color: #fff !important;
  text-align: left !important;
  font-family: Figtree, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  transition: background-color .2s !important;
  box-shadow: none !important !important;
  cursor: pointer !important;
}
:root {
  --black-2: black !important;
  --blue-primary: #4467f6 !important;
}
.bg-gray {
    background: var(--color-gray) !important;
}
.btn-blue {
    background: var(--color-blue) !important;
}
.btn-green {
    background: var(--color-green) !important;
}
.btn-aqua {
    background: var(--color-aqua) !important;
}
.btn-red {
    background: var(--color-red) !important;
}
.navbar-brand > a > img {
    height: 70px !important;
}
