/* Pretendard */
@font-face { 
	font-family:'Pretendard'; 
	font-style:normal; 
	font-weight:300; 
	src: url('font/Pretendard-Light.woff2') format('woff2'), 
	url('font/Pretendard-Light.woff') format('woff'), 
	url('font/Pretendard-Light.otf') format('opentype'); 
}
@font-face { 
  font-family:'Pretendard'; 
  font-style:normal; 
  font-weight:normal; 
  src: url('font/Pretendard-Medium.woff2') format('woff2'), 
        url('font/Pretendard-Medium.woff') format('woff'), 
		url('font/Pretendard-Medium.otf') format('opentype'); 
 } 
@font-face { 
	font-family:'Pretendard'; 
	font-style:normal; 
	font-weight: 500; 
	src: url('font/Pretendard-SemiBold.woff2') format('woff2'), 
	url('font/Pretendard-SemiBold.woff') format('woff'), 
	url('font/Pretendard-SemiBold.otf') format('opentype'); 
} 
@font-face { 
  font-family:'Pretendard'; 
  font-style:normal; 
  font-weight:bold; 
  src: url('font/Pretendard-Bold.woff2') format('woff2'), 
        url('font/Pretendard-Bold.woff') format('woff'), 
		url('font/Pretendard-Bold.otf') format('opentype'); 
 } 
@font-face { 
  font-family:'Pretendard'; 
  font-style:normal; 
  font-weight:800; 
  src: url('font/Pretendard-ExtraBold.woff2') format('woff2'), 
        url('font/Pretendard-ExtraBold.woff') format('woff'), 
		url('font/Pretendard-ExtraBold.otf') format('opentype'); 
 } 

/* Play */
@font-face { 
	font-family:'Play'; 
	font-style:normal; 
	font-weight:normal; 
	src: url('font/play-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('font/play-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('font/play-v12-latin-regular.ttf') format('truetype'); /* etc */
}
@font-face { 
	font-family:'Play'; 
	font-style:normal; 
	font-weight:bold; 
	src: url('font/play-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('font/play-v12-latin-700.woff') format('woff'), /* Modern Browsers */
	url('font/play-v12-latin-700.ttf') format('truetype'); /* etc */
}

@font-face { 
	font-family:'wix'; 
	font-style:normal; 
	font-weight:bold; 
	src: url('font/wix-bold.woff2') format('woff2'), /* Super Modern Browsers */
}
@font-face { 
	font-family:'wix'; 
	font-style:normal; 
	font-weight:800; 
	src: url('font/wix-extrabold.woff2') format('woff2'), /* Super Modern Browsers */
}




