@import "vars.css";
@import "fonts.css";
@import "standard.css";
@import "scale.css";
@import "menu.css";
@import "standalone.css";
@import "button.css";
/* Breakpoints resolve against the initial 16px, not the html font-size, so this
   one is scaled by hand: 850 * 0.8. It keeps the switch to the mobile layout at
   the same physical window width as the former "browser at 80%" rendering. */
@import "mobile.css" screen and (max-width: 680px);
@import "theme.css";
@import "icons.css";
@import "parameters.css";
/*@import "border.css";*/
@import "overwrite.css";