:root {
  --gh-font-heading: 'Albert Sans', sans-serif;
  --gh-font-body: 'Albert Sans', sans-serif;
}

body,
.gh-content,
.post-title,
.post-meta,
.site-header,
.site-footer,
.gh-canvas {
  font-family: 'Albert Sans', sans-serif !important;
}

.post-title {
  font-weight: 700;
}

body,
.gh-content {
  font-weight: 400;
}

.post-title-link {
color: var(--primary-color)!important;
}