html,body, h1, h2, h3, h4, h5, h6, p, span, a, li, ul, ol, strong, em, b, i, small, blockquote, pre, code, label, button, input, textarea, select, option , br {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.gd-text, .crypt-grayscale-100,.text-white,.card-title,.card-text,.heading,.crypt-red-500,.crypt-blue-500,.crypt-cyan-500,.text-dark,.text-center,.title-link,.highlights{
      font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.crypt-blue-200{
    font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.btn-primary {
  color: #000 !important; /* text color */
  background-image: linear-gradient(
    54.39deg,
    #ffffff 28.27%,
    #c6b0f8 47.32%,
    #bf84fa 51.53%,
    #5b7de9 61.73%,
    #0e4eff 70.81%
  ) !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  cursor: pointer !important;
   font-weight: 700 !important;
}
.nav-link{
    font-weight: 700 !important;
}
.fw-medium {
    font-weight: 700 !important;
}
.header-boxed li a {
    color: var(--color-primary-300);
}
.header-boxed li a {
font-weight: 600 !important;
}
.table thead th
 {
 font-weight: 600 !important;
 font-size: 14px !important;

}
td, tr
 {
 font-weight: 600 !important;

}
.table thead th {
    font-size: 14px !important;
    font-weight: 700 !important;
}
 /* Full page loader */
 .gd-text-defi {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Urbanist', sans-serif;
    transition: color 0.3s;
        color: #ffffff;
    background-image
: -webkit-linear-gradient(54.39deg, #ffffff 28.27%, #c6b0f8 47.32%, #bf84fa 51.53%, #5b7de9 61.73%, #0e4eff 70.81%);
    background-clip: text;
    -webkit-background-clip: text;
     text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.alert-danger{
  background-color: transparent !important;
  border: none !important;
  color: #FF0000 !important;
}
.alert-success{
  background-color: transparent !important;
  border: none !important;
  color: #00FF00 !important;
}