/* CzechiaSans - vlastní písmo použité na celé stránce */
@font-face {
	font-family: "CzechiaSans";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("CzechiaSans-Regular.otf") format("opentype");
}
@font-face {
	font-family: "CzechiaSans";
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	src: url("CzechiaSans-Italic.otf") format("opentype");
}
@font-face {
	font-family: "CzechiaSans";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("CzechiaSans-Medium.otf") format("opentype");
}
@font-face {
	font-family: "CzechiaSans";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("CzechiaSans-Bold.otf") format("opentype");
}
