/* body text font */
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.9rem; /* slightly smaller font size*/
  line-height: 1.35;
  -moz-osx-font-smoothing: grayscale; /* better font rendering on macOS */
}

/* code fonts */
code, pre, kbd, samp {
  font-family:
    "Menlo", "Consolas", "Fira Code", "Liberation Mono",
    "Lucida Console", Monaco, monospace;
  font-size: 0.90rem;
}

/* better-looking code blocks */
pre {
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
}

/* paragraph spacing */
p {
  margin: 0 0 1.6rem;
}

/* headings spacing */
h1 {
  font-size: 1.5rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  font-weight: 1900;
}

h2 {
  font-size: 1.05rem;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  font-weight: 1500;
}

h3 {
  font-size: 1.05rem;
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
  font-weight: 1200;
}