/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



h1, h2, h3, h4, h5, .form-title, .hsfc-Step__Content, form {
  font-family: 'DM Sans'; !important
}

.form-title {
  font-size: 16px;
}

p, label, a, li {
  font-family: 'Inter';
}

a {
  color: #000000
}

.pricing-card__price, .pricing-card__subheading {
  display: none;
}

.pricing-card__heading > h3 {
  font-family: 'Inter';
  color: #4c47cc;
}

.pricing-card__heading {
  background-color: #FFFFFF; !important
}