/* import your fonts if you have some in the src/fonts folder */
@import "fonts.css";

/* theming of the book  */

@import 'reset.css';

@import "vars.css";
@import "table.css";
@import "body.css";


/* css for the layouts */
@import "layout.css";
