@font-face {
	font-family: "Satoshi-Regular";
	src: url("../font/Satoshi-Regular.woff2") format("woff2"),
		url("../font/Satoshi-Regular.woff") format("woff"),
		url("../font/Satoshi-Regular.ttf") format("truetype");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: "Satoshi-Bold";
	src: url("../font/Satoshi-Bold.woff2") format("woff2"),
		url("../font/Satoshi-Bold.woff") format("woff"),
		url("../font/Satoshi-Bold.ttf") format("truetype");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
