/*
 * Material Symbols – lokal gehostet (Apache License 2.0)
 * Enthält 4.271 Icons in vier Varianten. Die Schriftdateien werden vom
 * Browser NUR geladen, wenn auf der Seite tatsächlich ein Icon vorkommt.
 */

@font-face {
	font-family: "Material Symbols Outlined";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/ms-outlined-400.woff2") format("woff2");
}

@font-face {
	font-family: "Material Symbols Outlined Fill";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/ms-outlined-fill.woff2") format("woff2");
}

@font-face {
	font-family: "Material Symbols Rounded";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/ms-rounded-400.woff2") format("woff2");
}

@font-face {
	font-family: "Material Symbols Rounded Fill";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/ms-rounded-fill.woff2") format("woff2");
}

.qb-symbol {
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: "liga";
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	user-select: none;
}

.qb-symbol--outlined { font-family: "Material Symbols Outlined"; }
.qb-symbol--outlined-fill { font-family: "Material Symbols Outlined Fill"; }
.qb-symbol--rounded { font-family: "Material Symbols Rounded"; }
.qb-symbol--rounded-fill { font-family: "Material Symbols Rounded Fill"; }
