/* Override default body font from theme to use Jost */
body,
button,
input,
select,
textarea {
  font-family: "Jost", "Noto Sans KR", "Apple SD Gothic Neo", "Segoe UI", sans-serif;
}

.meta-aside,
#container main section#home ul li aside,
#container main article aside,
.series-nav,
.series-nav li,
.series-listing li {
  font-family: "Jost", "Noto Sans KR", "Apple SD Gothic Neo", "Segoe UI", sans-serif;
}

header h1,
header nav a,
#container footer,
#container footer ul li a {
  font-family: "Jost", "Noto Sans KR", "Apple SD Gothic Neo", "Segoe UI", sans-serif;
}

header h1 {
  font-weight: 300;
}

header h1 a {
  font-weight: inherit;
}
