@charset 'utf-8';

@font-face {
  font-family : "DMSerifDisplay";
  src: url("../font/DM_Serif_Display/DMSerifDisplay-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family : "DMSerifDisplay";
  src: url("../font/DM_Serif_Display/DMSerifDisplay-Italic.ttf") format("truetype");
  font-style: italic;
}

@font-face {
  font-family : "GmarketSans";
  src: url("../font/G마켓/GmarketSansTTFLight.ttf") format("truetype");
  unicode-range: U+AC00-D7A3;
  font-weight: 200;
}
@font-face {
  font-family : "GmarketSans";
  src: url("../font/G마켓/GmarketSansTTFMedium.ttf") format("truetype");
  unicode-range: U+AC00-D7A3;
  font-weight: normal;
}
@font-face {
  font-family : "GmarketSans";
  src: url("../font/G마켓/GmarketSansTTFBold.ttf") format("truetype");
  unicode-range: U+AC00-D7A3;
  font-weight: bold;
}