@import "./themes/default";
@import "./core/index";

@import "./mods/index";

html {
	overflow: hidden;
}

body {
	font-family: @font-family;
	font-size: 14px;
	background: #f2f3f7;
}