@font-face {
	font-family: "Manrope";
	src: url("../font/manrope-thin-8.otf") format("opentype");
	font-weight: 100;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Manrope";
	src: url("../font/manrope-light-4.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Manrope";
	src: url("../font/manrope-regular-6.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Manrope";
	src: url("../font/manrope-medium-5.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Manrope";
	src: url("../font/manrope-semibold-7.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Manrope";
	src: url("../font/manrope-bold-2.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Manrope";
	src: url("../font/manrope-extrabold-3.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
	font-display: swap
}

:root {
	--bsk-font-base: "Manrope", Arial, Helvetica, sans-serif
}
