@import "vars.css";
@import "fonts.css";
@import "standard.css";
@import "scale.css";
@import "menu.css";
@import "standalone.css";
@import "button.css";
/* The mobile layout renders at --scale-mobile (1), so its breakpoint is the
   design width as-is. Keep it in sync with the --interface-scale media query in
   vars.css: the two must switch at the same width. */
@import "mobile.css" screen and (max-width: 850px);
@import "theme.css";
@import "icons.css";
@import "parameters.css";
/*@import "border.css";*/
@import "overwrite.css";