@charset "UTF-8";
@font-face {
	font-family: 'Ydestreet';
	src: url("../inc/fonts/ydestreet/woff2/YdestreetL.woff2") format("woff2"),
	     url("../inc/fonts/ydestreet/woff/YdestreetL.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap; /* 폰트 로딩 시 깜빡임 방지 */
}
@font-face {
	font-family: 'Ydestreet';
	src: url("../inc/fonts/ydestreet/woff2/YdestreetB.woff2") format("woff2"),
	 	 url("../inc/fonts/ydestreet/woff/YdestreetB.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap; /* 폰트 로딩 시 깜빡임 방지 */
}