body,
button,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
}

.title {
  font-family: 'Share Tech Mono', monospace;
  padding-top: 20px;
}

.is-draft {
	color: red;
}

.content h1:not(:first-child),
.content h2:not(:first-child),
.content h3:not(:first-child),
.content h4:not(:first-child),
.content h5:not(:first-child),
.content h6:not(:first-child),
article+article {
  margin-top: 40px;
}
