html {
    line-height: 1.5 !important; /* 1 */
    -webkit-text-size-adjust: 100% !important; /* 2 */
    -moz-tab-size: 4 !important; /* 3 */
    -o-tab-size: 4 !important;
       tab-size: 4 !important; /* 3 */
    font-family: basierCircle, sans-seri !important; /* 4 */
    font-feature-settings: normal !important; /* 5 */
    font-variation-settings: normal !important; /* 6 */
    font-size: 17px !important;
  }

  /*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */

  body {
    margin: 0 !important; /* 1 */
    line-height: inherit !important; /* 2 */
    font-family: basierCircle, sans-seri !important; /* 4 */
  }

  /*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */

  hr {
    height: 0 !important; /* 1 */
    color: inherit !important; /* 2 */
    border-top-width: 1px !important; /* 3 */
  }