h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  margin-bottom: 5px;
}

p { margin-top: 0px; }

p:has(+ul) { margin-bottom: 5px; }
p+ul { margin-top: 0px; }

blockquote { margin-bottom: 30px; }

.highlight pre {
    margin-bottom: 0px;
    margin-top: 0px;
}


body {
  font-family: "0xProto", Monaco, Consolas, "Ubuntu Mono", monospace;
}

code,
kbd {
  font-family:
    "0xProto",
    Monaco,
    Consolas,
    "Ubuntu Mono",
    monospace !important;
}

mark {
  background: color-mix(in srgb, var(--accent) 20%, transparent);
  color: var(--foreground);
}

@font-face {
  font-family: '0xProto';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/0xProtoNerdFontMono-Regular.ttf") format('truetype');
}
