@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&display=swap');

* {
  box-sizing: border-box;
}

div{

}
/*Font Settings*/
/*---------------------------------------------*/
.BDLogoFont {
  font-family: "Quicksand", sans-serif;
}
H1,h2,h3,h4,h5,h6 {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
}

p {
  font-family: "DM Sans", sans-serif;
  color: #FFFFFF;
  font-size: 1.2rem !important;
}
li
{
  font-size: 1.2rem;
  font-family: "inter", sans-serif  ;
  color: #FFFFFF  ;
}
.bd-bg-black{
  background-color: #000000;
}
.BDprimary{/*Deep Blue*/
  color: #0075EA;
}
.BDSecondary{/*Neon Cyan*/
  color:#00D2FF;
}
.bd-bg-primary{
  background-color: #0075EA  ;
}
.bd-bg-secondary{
  background-color: #00D2FF  ;
}

a {
  color: #F0F0F0  !important;
  font-family: "Inter", sans-serif;
  text-decoration: none ;
}
a:hover {
  color: #FFFFFF  ;
  font-weight: 900;
  text-decoration: none;
}
/*----------------------------------------------*/

/*------ Background Colors ---------------------*/
