/**
 * Loos — lokal aus assets/fonts/Loos/ (kein Google Fonts)
 */

@font-face {
	font-family: "Loos";
	src: url("../fonts/Loos/fonnts.com-Loos_Normal_Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Loos";
	src: url("../fonts/Loos/fonnts.com-Loos_Normal_Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Loos";
	src: url("../fonts/Loos/fonnts.com-Loos_Normal_Medium.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Loos";
	src: url("../fonts/Loos/fonnts.com-Loos_Normal_Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Loos";
	src: url("../fonts/Loos/fonnts.com-Loos_Normal_Black.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
