@charset "utf-8";

@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  src: url('./GmarketSansLight.woff2') format(woff);
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  src: url('./GmarketSansMedium.woff2') format(woff);
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 800;
  src: url('./GmarketSansBold.woff2') format(woff);
}
