@font-face {
  font-family: 'Space Mono';
  src: url('/fonts/space-mono/SpaceMono-Regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Space Mono';
  src: url('/fonts/space-mono/SpaceMono-Bold.woff2') format('woff2');
  font-weight: 700;
}
body, html, h1, h2, h3, h4, h5, h6, .site-title, .navbar, .footer, .post-title, .page-title, .content, .sidebar, .menu {
  font-family: 'Space Mono', monospace !important;
}

.post-preview,
.post-preview *,
.post-entry,
.post-entry *,
.posts-list,
.posts-list * {
  font-family: 'Space Mono', monospace !important;
}


body, .content, .main-content, .post-content, p {
  line-height: 2 !important;
}

.fas, .fa, .fab, .far, .fal, .fad {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}
