/* :root {
    --md-text-font-family: "Helvetica Neue", "Hiragino Sans"; 
    --md-code-font-family: "Menlo";
  } */

.md-typeset h1 {
    font-weight: 500;
  }
  
  .md-typeset h2 {
    font-weight: 400;
    padding: 0.2em 0em;
    border-bottom: solid 2px #2094f3;
  }
  
  .md-typeset h3 {
    /* font-weight: 500; */
    position: relative;
    padding-left: 1.3em;
    line-height: 1.4;
  }
  
  .md-typeset h3:before {
    font-family: "FontAwesome";
    content: "\f00c";
    /* font-weight: 900; */
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #2094f3;
  }