@import "book-variables";
-
-@max: 45;
-
-// menu-breakpoint is now a book parameter and is dynamically added to book-variables.less by the compiler writeCSS()
-//@menu-breakpoint: 1080px;
-
-@menu-background-green: max(@max, min(255-@max, green(@menu-background)));
-@menu-background-red: max(@max, min(255-@max, red(@menu-background)));
-@menu-background-blue: max(@max, min(255-@max, blue(@menu-background)));
-
-@menu-button-background: overlay(rgb(@menu-background-red, @menu-background-green, @menu-background-blue), #c0c0c0);
-
@font: 'Open Sans', Arial, Helvetica, sans-serif;
\ No newline at end of file