It's also possible to include some custom css without using an external file, with an HTML include.
---
format:
html:
include-in-header:
- text: "<style>
.output {
color: green;
background-color: black;
}
</style>"
---