@font-face {
    font-family: "Polaris";
    src: url("https://static.amondo.com/fonts/formulae/Polaris-Book.ttf") format("truetype");
}
body, h1, h2, h3, h4, h5, h6,
.Field__header, .LiveField__header, .LiveSummary__question, th.LiveSummary__question, .Scale__checkbox-label-text,
.LiveField, .Field,
.__header-one, .__header-two,
.__unstyled{
  font-family: Polaris, sans-serif;
}

/* Adjust line height for h2 elements on mobile devices */
@media (max-width: 767px) {
  h2 {
    line-height: 0.9;
  }
}