/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  /* --primary: #111B54; */
  /* --secondary: #3FB8EA; */
  /* --light: #ffffff; */
  /* --grey: #efefef; */
  /* --bgbody: #f6f9ff; */
  /* --bs-body-font-size: 0.9rem; */
}

body {
  /* font-family: "Poppins", sans-serif; */
  /* font-weight: 400!important; */
  background: #f6f9ff;
  /* color: var(--primary); */
  /* font-size: var(--bs-body-font-size); */

}

a {
  /* color: var(--primary); */
  text-decoration: none;
}

a:hover {
  /* color: var(--secondary); */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Poppins", sans-serif; */
}

/*--------------------------------------------------------------
# btn colors
--------------------------------------------------------------*/

.btn-primary {
  /* background: var(--primary); */
  border: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus  {
  /* background: var(--secondary); */
  border:none;
}


/*--------------------------------------------------------------
# text colors
--------------------------------------------------------------*/

a.text-primary {
  /* color: var(--primary)!important; */
  text-decoration:none;
}

a.text-primary:hover {
  /* color: var(--secondary)!important; */
  text-decoration:none;

}

a.text-secondary {
  /* color: #6c757d!important; */
  text-decoration:none;
}

a.text-secondary:hover {
  /* color: #6c757d!important; */
  text-decoration:underline;

}
