
@layer base {
    ul, ol {
        all: revert;
    }
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px;
}

h1 { font-size: 1.3em }
h2 { font-size: 1.1em }
h3 { font-size: 1em }
h4 { font-size: 1em }
h5 { font-size: 1em }
h6 { font-size: 1em }

/* Paragraphs */
p {
    margin-bottom: 9px;
}


code, pre {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.95em;
}

