@charset "UTF-8";
@font-face {
	font-family: "Noto Sans";
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/noto/NotoSans-Regular.woff2") format("woff2"), url("../fonts/noto/NotoSans-Regular.woff") format("woff"), url("../fonts/noto/NotoSans-Regular.ttf") format("truetype"), url("../fonts/noto/NotoSans-Regular.eot") format("embedded-opentype"); }
@font-face {
	font-family: "Noto Sans";
	font-weight: bold;
	font-style: normal;
	src: url("../fonts/noto/NotoSans-Bold.woff2") format("woff2"), url("../fonts/noto/NotoSans-Bold.woff") format("woff"), url("../fonts/noto/NotoSans-Bold.ttf") format("truetype"), url("../fonts/noto/NotoSans-Bold.eot") format("embedded-opentype"); }
@font-face {
	font-family: "Noto Sans";
	font-weight: bold;
	font-style: italic;
	src: url("../fonts/noto/NotoSans-BoldItalic.woff2") format("woff2"), url("../fonts/noto/NotoSans-BoldItalic.woff") format("woff"), url("../fonts/noto/NotoSans-BoldItalic.ttf") format("truetype"), url("../fonts/noto/NotoSans-BoldItalic.eot") format("embedded-opentype"); }
@font-face {
	font-family: "Noto Sans";
	font-weight: 500;
	font-style: normal;
	src: url("../fonts/noto/NotoSans-Medium.woff2") format("woff2"), url("../fonts/noto/NotoSans-Medium.woff") format("woff"), url("../fonts/noto/NotoSans-Medium.ttf") format("truetype"), url("../fonts/noto/NotoSans-Medium.eot") format("embedded-opentype"); }
@font-face {
	font-family: "Noto Sans";
	font-weight: 500;
	font-style: italic;
	src: url("../fonts/noto/NotoSans-MediumItalic.woff2") format("woff2"), url("../fonts/noto/NotoSans-MediumItalic.woff") format("woff"), url("../fonts/noto/NotoSans-MediumItalic.ttf") format("truetype"), url("../fonts/noto/NotoSans-MediumItalic.eot") format("embedded-opentype"); }
@font-face {
	font-family: "Noto Sans";
	font-weight: 600;
	font-style: normal;
	src: url("../fonts/noto/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/noto/NotoSans-SemiBold.woff") format("woff"), url("../fonts/noto/NotoSans-SemiBold.ttf") format("truetype"), url("../fonts/noto/NotoSans-SemiBold.eot") format("embedded-opentype"); }
@font-face {
	font-family: "Noto Sans";
	font-weight: 600;
	font-style: italic;
	src: url("../fonts/noto/NotoSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/noto/NotoSans-SemiBoldItalic.woff") format("woff"), url("../fonts/noto/NotoSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/noto/NotoSans-SemiBoldItalic.eot") format("embedded-opentype"); }
@font-face {
	font-family: "Noto Sans";
	font-weight: normal;
	font-style: italic;
	src: url("../fonts/noto/NotoSans-Italic.woff2") format("woff2"), url("../fonts/noto/NotoSans-Italic.woff") format("woff"), url("../fonts/noto/NotoSans-Italic.ttf") format("truetype"), url("../fonts/noto/NotoSans-Italic.eot") format("embedded-opentype"); }

@font-face {
	font-family: "Mont";
	font-weight: 600;
	font-style: normal;
	src: url("../fonts/mont/MontSemiBold.woff2") format("woff2"), url("../fonts/mont/MontSemiBold.woff") format("woff"), url("../fonts/mont/MontSemiBold.otf") format("opentype"); }
@font-face {
	font-family: "Mont";
	font-weight: bold;
	font-style: normal;
	src: url("../fonts/mont/MontBold.woff2") format("woff2"), url("../fonts/mont/MontBold.woff") format("woff"), url("../fonts/mont/MontBold.otf") format("opentype"); }


:root {
	--fsize-normal: 1rem;
	--fsize-small: 0.875rem;
	--fsize-tiny: 0.75rem;
	--fweight-medium: 500;
	--fweight-semibold: 600;
	--fweight-heavy: 800;
}

body,
#header #global-search-input,
#main-navigation > ul > li > a, #profile-navigation > ul > li > a,
#main-navigation > ul > li > ul > li > a, #profile-navigation > ul > li > ul > li > a, .ui-widget.ui-widget-content.ui-autocomplete li > a,
#statusmenu li,
button.dark, .button.dark, button.white, .button.white, button.select-button, .button.select-button, span.alt,
.modal-sub-menu > ul > li > a, .modal-sub-menu > ul > li > div > ul > li > a,
.content-table, .content-table > thead > tr > th, .content-table > tfoot > tr > td,
.modal-left-content table th input, .modal-left-content,
input[type="text"], input[type="password"], input[type="file"], textarea,
.modal-content .select2-container--default .select2-selection--single,
.headline,
.ui-datepicker, .ui-datepicker tr th:last-child span,
#stats-container footer ul li p.title, #stats-container footer ul li p.value {
	font-family: "Noto Sans", sans;
}
