<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: var(--font-family-serif);
    font-size: var(--font-size);
    color: var(--color-black);
    background: var(--color-background);

}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
}

em, i {
    font-style: italic;
}

a {
    color: inherit;
    text-decoration: none;
}

p a {
  border-bottom: 1px solid black;
}

a:visited {
    color: inherit;
}
</pre></body></html>