
/* GmarketSans css*/

/*@font-face {
  font-family: 'GmarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}*/

@font-face {
  font-family: 'GmarketSans';
  font-style: normal;
  font-weight: 200;
  src: url('./GmarketSansLight.otf') format('opentype');
  src: url(./GmarketSansTTFLight.ttf) format('truetype');
}

@font-face {
  font-family: 'GmarketSans';
  font-style: normal;
  font-weight: 500;
  src: url('./GmarketSansMedium.otf') format('opentype');
  src: url(./GmarketSansTTFMedium.ttf) format('truetype');
}

@font-face {
  font-family: 'GmarketSans';
  font-style: normal;
  font-weight: 700;
  src: url('./GmarketSansBold.otf') format('opentype');
  src: url(./GmarketSansTTFBold.ttf) format('truetype');
}