@font-face {
  font-family: "Merriweather Light";
  src: url('../fonts/Merriweather/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: "Merriweather Regular";
  src: url('../fonts/Merriweather/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: "Merriweather Bold";
  src: url('../fonts/Merriweather/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: "Merriweather Black";
  src: url('../fonts/Merriweather/Merriweather-Black.ttf') format('truetype');
  font-weight: 900;
}

a {
  text-decoration: none!important;
  cursor: pointer;
}

.bg-dark-700 {
  background-color: #111827;
}

.secondary-menu-hover:hover {
  color:#FBBF24!important;

}
#overlay-menu {
  box-shadow: inset 0 0 0 50px #020001;
  display: none;
}

.secondary-menu-hover .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  color:#FBBF24!important;
  border: none;
}

.secodary-menu-hover, .hover-underline:hover {
  text-decoration: underline!important;
  background-color:#002B70!important;
  color:white!important;
}

.merriweather-light {
  font-family: "Merriweather Light";
  font-style: normal;
}

.merriweather-regular {
  font-family: "Merriweather Regular";
  font-style: normal;
}

.merriweather-bold {
  font-family: "Merriweather Bold";
  font-style: normal;
}

.merriweather-black {
  font-family: "Merriweather Black";
  font-style: normal;
}

/* Social link css */
.social-link svg path {
  color: #9CA3AF!important;
  fill: #9CA3AF!important;
}

.social-link:hover svg path {
  color: #FFFFFF!important;
  fill: #FFF!important;
}