/* Custom font weight for the local font setup. */
:root {
  --font-hitbox-offset: 0.08em;
}

body {
  font-weight: 800;
}

#site-title,
#site-subtitle,
.site-name,
.article-title,
.post-title,
.site-page,
#oml2d-statusBar,
#oml2d-menus {
  margin-left: calc(var(--font-hitbox-offset) * -1);
  padding-left: var(--font-hitbox-offset);
}
