@charset "utf-8";

@font-face {
  font-family: "GmarketSans";
  src: url('fonts/GmarketSansMedium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /*글씨체가 없는 경우에라도 폰트를 표시함으로써 항상 폰트가 보이게 해주는 역할*/
}
@font-face {
  font-family: "GmarketSans";
  src: url('fonts/GmarketSansBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GmarketSans";
  src: url('fonts/GmarketSansLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
	font-family: "BCcardB";
	src:url('fonts/BCcardB.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: normal;
  } 