@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 700 !important;
}

body, body.dark, p, label, div, a, li, ul, small, span {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 500 !important;
}
 
 
.text-alt, .link, .form-label-link{
    color: #81b446 !important;
}

.card, .round, .widget {
  border-radius: 15px !important; 
}

.form-control{
    font-size: 13px !important;
    font-weight: 600 !important;
}

.blur {
  backdrop-filter: blur(50px) !important;
  background: transparent !important;
}
 
