/* GmarketSans Font */
@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}

html,
body {
  font-family: "GmarketSans", sans-serif;
  font-weight: 500;
}
