body, p, li, blockquote {
  font-family: 'IBM Plex Mono', monospace;
}
/* ==========================================
   Typography — converted from theme SCSS
   ========================================== */

html {
  font-size: 1rem;
}
@media (max-width: 1680px) {
  html { font-size: 1rem; }
}
@media (max-width: 1280px) {
  html { font-size: 0.9rem; }
}
@media (max-width: 736px) {
  html { font-size: 0.85rem; }
}
@media (max-width: 360px) {
  html { font-size: 0.8rem; }
}

body, input, select, textarea {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.85;
}

a {
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2rem 0;
  font-size: 1rem;
  font-weight: 100;
}
p.major {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0;
  margin: 0 0 1rem 0;
}
h1, h2, h3, h4, h5, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 { font-size: 3.5rem; line-height: 1.2; }
h2 { font-size: 2.25rem; transform: rotate(1.5deg);}
h3 { font-size: 1.5rem; }
h4 { font-size: 1.1rem; }
h5 { font-size: 0.9rem; }
h6 { font-size: 0.7rem; }

sub { font-size: 0.8rem; position: relative; top: 0.5rem; }
sup { font-size: 0.8rem; position: relative; top: -0.5rem; }

blockquote {
  border-left: solid 4px; /* fill in colour */
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 0.5rem 0 0.5rem 2rem;
}

code {
  border-radius: 4px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.9em;
  margin: 0 0.25rem;
  padding: 0.25rem 0.325rem;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  margin: 0 0 2rem 0;
}
pre code {
  display: block;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px; /* fill in colour */
  margin: 2.5rem 0;
}
hr.major {
  margin: 3.5rem 0;
}

.align-left   { text-align: left; }
.align-center { text-align: center; }
.align-right  { text-align: right; }

.footerspacer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Small breakpoint overrides */
@media (max-width: 736px) {
  p  { font-size: 1rem; }
  p.major  { font-size: 1.1rem; }
  h1       { font-size: 2.5rem; }
  h2       { font-size: 2rem; }
  h3       { font-size: 1.25rem; }
  h4       { font-size: 1rem; }
}
