html {
  font-size: 14px;
}

body {
  font-family: 'DM Mono', monospace;
  line-height: 1.5;
}

/* Headings */
h1 {
  font-size: 1.5rem;
  line-height: 1.25;
}

h2 {
  font-size: 1.3rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.35;
}

/* Paragraphs & lists */
p,
li {
  font-size: 0.9rem;
}

/* Code */
pre,
code {
  font-family: 'DM Mono', monospace;
  font-size: 0.85rem;
}
