html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
  }

  html, body {
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
    width: 100%;
    margin: 0;
    padding: 0;
    /* font-family: "Avenir Next forINTUIT", "Arial", -apple-system, "Helvetica Neue", sans-serif; */
    box-sizing: border-box;
    line-height: normal;
  }
  
  body {
    /* width: 100%;
    height: 100%; */    
    /* font-size: 1.4rem; */
    
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
    -webkit-tap-highlight-color: transparent;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Space Grotesk', sans-serif; */
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
  }
  
  body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote {
    margin: 0;
    padding: 0;
  }
  
  div {
    display: block;
  }

input[type=checkbox]:not(.dijitCheckBoxInput):not(.idsCheckbox__input) + label {
    padding-left: 4px;
    line-height: 19px;
    vertical-align: middle;
}
input[type=checkbox]:not(.dijitCheckBoxInput):not(.idsCheckbox__input)+label {
    padding-left: 4px;
    line-height: 19px;
    vertical-align: middle;
}

/* button, label {
    font-size: 14px;
}
h4, label {
    font-weight: 600;
} */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
/* button, label {
    font-size: 14px;
} */

textarea:disabled, *:not(ha-text-field):not(.ha-text-field):not(ha-date-picker) > input[type=text]:disabled, input[type=password]:disabled {
    border-color: #D4D7DC;
    background-color: #ECEEF1;
    color: #818181;
    box-shadow: none;
    background-image: none;
}

p {
    font-size: 1em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.5em;
}