@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
html {
  font-family: "Outfit", sans-serif !important;
  font-style: normal;
}
body {
  font-family: "Outfit", sans-serif !important;
  font-style: normal;
}
.t-white-16 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.t-green-64 {
  font-size: 64px;
  font-weight: 700;
  color: var(--green5);
}
.t-blue-64 {
  font-size: 64px;
  font-weight: 700;
  color: var(--blue5);
}
.t-blue-30 {
  font-size: 30px;
  font-weight: 700;
  color: var(--blue5);
}

.t-blue-20 {
  font-size: 20px;
  font-weight: 500;
  color: var(--blue5);
}
.t-blue-60 {
  font-size: 60px;
  font-weight: 600;
  color: var(--blue5);
}
.t-blue-50 {
  font-size: 50px;
  font-weight: 500;
  color: var(--blue5);
}
.t-blue-18 {
  font-size: 18px;
  color: var(--blue5);
}
.t-green-16 {
  font-size: 18px;
  color: var(--green7);
}
.t-green-30 {
  font-size: 30px;
  font-weight: 700;
  color: var(--green7);
}
.t-green-30-2 {
  font-size: 30px;
  font-weight: 400;
  color: var(--green7);
}
.t-green-18-l {
  font-size: 18px;
  font-weight: 600;
  color: var(--green11);
  letter-spacing: 2px;
}
.t-yellow-18-l {
  font-size: 18px;
  font-weight: 600;
  color: #fbf200;
  letter-spacing: 2px;
}
.t-blue-40 {
  font-size: 40px;
  color: var(--blue7);
  font-weight: 500;
}
.t-blue-24 {
  font-size: 24px;
  color: var(--blue5);
  font-weight: 500;
}
.t-blue-16 {
  font-size: 16px;
  color: var(--blue5);
}
.t-blue-16-line {
  font-size: 16px;
  color: var(--blue5);
  line-height: 32px;
}
.t-white-16-line {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
}
.gradient-text {
  background-image: linear-gradient(to right, #045a97, #03a306, #82f4b4);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 50px;
  font-weight: 500;
}

.t-white-50 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
}
.t-white-40 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
}

.t-white-20 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.t-white-30 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
}
