styles = html`<style>
body{
font-family: 'avenir next', avenir, sans-serif;
}
blockquote { border-left: 2px solid currentColor; padding-left: 1em; margin-left: 0; }
details { padding-left: 1em; position: relative }
details summary { cursor: pointer; text-indent: -1em }
details[open] summary { text-decoration: underline; background-color: white }
:not(pre) > code {color: #222f; background-color: #0002; padding-left: 2px; padding-right: 2px}
.contains-task-list { list-style-type: none; padding-left: 0;}
ul ul, ol ol, ul ol, ol ul { padding-left: 40px;}
abbrev { text-decoration: 1px dotted underline; cursor: help}
a[target=_blank]:after {
display: inline-grid;
place-items:center;
content:"↗";
font-size: .5em;
vertical-align: super;
width: 1.2em;
height: 1.2em;
border-radius: 3px;
border: 1px solid currentColor;
}
figure > h2,
figure > h3 {
font-family: var(--sans-serif);
}
figure > h2, figure > .title {
font-size: 20px;
}
figure > h3,figure > .subtitle {
font-size: 16px;
font-weight: normal;
}
</style>`