/* line 6, app/assets/stylesheets/_theme.scss */
:root {
  --primary-green: #5CBA5C;
  --primary-hover: #EEFFF4;
  --main-textcolor: #152E22;
  --secondary-textcolor: #64748B;
  --error-color:#dc3545;
  --logo-color:#000000;
}

/* line 15, app/assets/stylesheets/_theme.scss */
.btn-theme {
  background-color: #5CBA5C;
  color: #fff;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  border: none;
}

/* line 22, app/assets/stylesheets/_theme.scss */
.btn-theme:hover {
  background-color: #48aa48;
}

/* line 27, app/assets/stylesheets/_theme.scss */
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #EEFFF4;
}

/* line 33, app/assets/stylesheets/_theme.scss */
.green-buttons {
  color: #5CBA5C;
}

/* line 36, app/assets/stylesheets/_theme.scss */
.icons-dialcolor {
  color: #42A5F5;
}

/* line 39, app/assets/stylesheets/_theme.scss */
.text-colormain {
  color: #152E22;
}

/* line 42, app/assets/stylesheets/_theme.scss */
.logo-color {
  color: #000000;
}

/* line 46, app/assets/stylesheets/_theme.scss */
.text-color {
  color: #64748B;
}

/* line 50, app/assets/stylesheets/_theme.scss */
#subtitle1 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #64748B;
}

/* line 56, app/assets/stylesheets/_theme.scss */
#p-heading {
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1.5rem;
  color: #152E22;
}

/* line 64, app/assets/stylesheets/_theme.scss */
#subtitle2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 10px;
  color: #64748B;
}
