@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


.subtitle {
  font-size: 12px;
}


.title {
  font-size: 14px;
}

.heading-1 {
  font-size: 18px;
}

.primary-text {
  color: #EF9632;
}

.secondary-text {
  color: #0681BB;
}

.grey-text {
  color: #8D8D8D;
}

.grey-light {
  color: #676666;
}

.grey-light-1 {
  color: #00000080
}

.error-text {
  color: #FF0404;
}

.grey-lighten-1 {
  color: #939393;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.roboto-text {
  font-family: 'Roboto', sans-serif;
}

.line-hight-200 {
  line-height: 200%;
}