body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

h1 {
  font-family: Arial, sans-serif;
}

h2,
h3,
h4 {
  font-family: Arial, sans-serif;
}

.btn-action,
.btn-edit-step,
.form-control {
  font-size: 1em;
}

@media only screen and (min-width: 960px) {
  .btn-edit-step > span {
    font-size: 1.2rem;
  }
}

button.glyphicon {
  font-size: 14px;
}

button.input-group-button {
  font-size: 14px;
}

.custom-delete {
  font-family: sans-serif;
}

.headerstyle h1 {
  font-size: 49px;
  line-height: 32px;
}

.navigation-bar h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 35px;
}

.panel-heading h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.panel h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

.panel {
  font-size: 15px;
}

.btn-contrast {
  font-size: 16px;
}

.accessibility .container .col-sm-12 {
  padding: 0;
}

.site-footer h2 {
  font-weight: 500;
}
/*# sourceMappingURL=Fonts.css.map */