/* import your fonts if you have some in the src/fonts folder */
/* important : avoid otf fonts as it makes the pdf text selection and search buggy */

/* theming of the book  */
@import '../reset.css';
@import "modules/spacing.css";
/* css for the layouts */
@import "modules/layout.css";

/* ad hoc pages tweaks, based on id's */
@import "modules/tweaks.css";

/* paged js interface and screen view css */
@import "../interface.css";
@import "overlay.css";

@import "../../fonts/fonts.css"
