/* FONT - BFE */

@font-face {
	font-family: "BFE";
	src: url("/fonts/batmfa__.ttf") format("truetype");
}

:root {
	--topheader-font-size: 22px;
	--header-font-size: 20px;
	--title-font-size: 18x;
	--subtitle-font-size: 16px;
	--sidebar-header-font-size: 16px;
}

#header a.banner,
div.topheader,
div.sidebar div.title,
#content div.box.header,
.bootbox-body div.box.header,
#content div.box.title,
.bootbox-body div.box.title,
#content div.box.subtitle,
.bootbox-body div.box.subtitlee {
	font-family: BFE;
	font-weight: normal;
}

/* X1 */

:root {
	--block-border-width: 2px;
	--table-separator-width: 0px;
}