@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
html {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.t-black-20 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
.t-black-22-bold {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
.t-white-22-bold {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
.t-blue-30-bold {
  font-size: 30px;
  color: var(--blue1);
  font-weight: 600;
}
.t-white-30-bold {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
}
.t-black-50-bold {
  font-size: 50px;
  color: #000000;
  font-weight: 600;
}
.t-white-50-bold {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
}
.t-white-30 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
}
.t-black-30 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}
.t-white-50 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
}
.t-white-24 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.t-white-20 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
.t-white-16 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.t-black-24 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
.t-black-16 {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
}

.t-black-16-line {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  line-height: 32px;
}
.t-black-16-bold {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
