.heading-text-0 {
  font-size: 30px !important;
  font-family: "Roboto-Medium" !important;
}
.heading-text-1 {
  font-size: 24px !important;
  font-family: "Roboto-Medium" !important;
}
.heading-text-1-small {
  font-size: 20px !important;
  font-family: "Roboto-Medium" !important;
}
.heading-text-2 {
  font-size: 18px !important;
  font-family: "Roboto-Medium" !important;
}

.heading-text-2-small {
  font-size: 16px !important;
  font-family: "Roboto-Medium" !important;
}

.heading-text-3 {
  font-size: 14px !important;
  font-family: "Roboto-Medium" !important;
}

.body-text-light {
  font-size: 14px !important;
  font-family: "Roboto-Light" !important;
}

.body-text-light-small {
  font-size: 12px !important;
  font-family: "Roboto-Light" !important;
}

.body-text-regular-big {
  font-size: 18px !important;
  font-family: "Roboto-Regular" !important;
}
.body-text-regular {
  font-size: 14px !important;
  font-family: "Roboto-Regular" !important;
}
.body-text-regular-small {
  font-size: 12px !important;
  font-family: "Roboto-Regular" !important;
}

.text-black-green {
  color: var(--color-black-green) !important;
}

.text-green-light {
  color: var(--color-green-light) !important;
}

.text-black {
  color: var(--color-black) !important;
}
