body {
  font-family: Inter;
  letter-spacing: 0em;
}

.form_field {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}

h1,
.h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
}

label,
.label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}

.mid-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.02em;
}

.big-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.txt_cpal_blue {
  color: #008097;
}

.txt_black {
  color: #000;
}

.txt_cpal_dark {
  color: #032c33;
}

/*Bad way to override bootstrap, TODO: use less or sass*/
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #008097 !important;
  border-color: #008097 !important;
  color: #ffffff !important;
}

.big_btn {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  padding: 16px;
  border-radius: 6px;
}

.material-icons,
.mi {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.mi-small {
  font-size: 30px;
}

.title-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.form-field-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.body-text-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.errorlist {
    color: #cf1322;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    list-style:none;
    margin-left:0;
    margin-bottom:0;
    padding-left: 0;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.has-error {
    color: #cf1322;
}
