@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

/* post */
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  font-weight: 700 !important;
  line-height: 1.5 !important;
}


.single .page-content {
  font-size: 18px;
    line-height: 2;
}

.wp-block-syntaxhighlighter-code .syntaxhighlighter {
  border-radius: 8px;
}

.wp-block-syntaxhighlighter-code .syntaxhighlighter table {
  padding: 12px 4px !important;
}

.wp-block-syntaxhighlighter-code .syntaxhighlighter div,
.wp-block-syntaxhighlighter-code .syntaxhighlighter code {
  font-family: "JetBrains Mono", Monaco, "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important
}
