@charset "utf-8";

/**
 * --------------------------------
 * fonts CSS
 * --------------------------------
*/

@font-face {
	font-family: "Pretendard";
	font-weight: 300;
	font-display: swap;
	src: local("Pretendard Light"),
		url("./fonts/Pretendard-Light.woff") format("woff");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	src: local(""),
    url("./fonts/Poppins-Regular.woff") format("woff");
}