/* Material テーマの場合 */
.md-typeset h1::before {
    display: inline-block !important;
    font-family: "FontAwesome";
    content: "\f054" !important;
    margin-right: .3em;
    color: #ff4500;
}

.md-typeset h2::before {
    display: inline-block !important;
    font-family: "FontAwesome";
    content: "\f0a9" !important;
    margin-right: .3em;
    color: #ff4500;
}

.md-typeset h3::before {
    display: inline-block !important;
    font-family: "FontAwesome";
    content: "\f18e" !important;
    margin-right: .3em;
    color: #ff4500;
}

.new {
    color: #EE0F0F;
  }