/* Pretendard  */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

/* Myriad Pro */
/* @font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('./MyriadPro/MYRIADPRO-REGULAR.woff') format('woff');
} */

/* font-family: "Noto Sans KR"; */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,200,300,regular,500,600,700,800,900);

/* GmarketSansMedium */
@font-face {
    font-family: 'GmarketSansLight';
    src: url('./Gmarket/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('./Gmarket/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('./Gmarket/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Perpetua Regular'), url('./perpetua/perpeta.woff') format('woff'), url(./Perpetua/perpeta.woff2) format('woff2');
}

@font-face {
    font-family: 'Perpetua bold';
    font-style: normal;
    font-weight: normal;
    src: local('Perpetua bold'), url('./perpetua/Perpetua-Bold.woff') format('woff'), url(./Perpetua/Perpetua-Bold.woff2) format('woff2');
}

