Adding custom CSS is possible in two ways: ```python doc.add_html('<style></style>') doc.add_html('<link rel="stylesheet" href="path/to/style.css">') ``` We could add `doc.add_style(filename)` that copies the file into the output directory for the user.