/* @font-face {
    font-family: "GmarketSansBold";
    src: url(../fonts/GmarketSansTTFBold.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "GmarketSansLight";
    src: url(../fonts/GmarketSansTTFLight.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "GmarketSansMedium";
    src: url(../fonts/GmarketSansTTFMedium.ttf);
    font-weight: 300;
} */


@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
.nanum-myeongjo-regular {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 400;
  font-style: normal;
}
.nanum-myeongjo-bold {
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  font-style: normal;
}


@font-face {
    font-family: 'poppins';
    src: url('../fonts/POPPINS-BOLD.TTF') format('ttf');
    font-weight: bold;
    font-style: bold;
}