@font-face {
    font-family: 'GmarketSans';
    src: url('./fonts/GmarketSansMedium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('./fonts/GmarketSansBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face { 
font-family: 'Noto Sans KR';
font-style: normal; 
font-weight: 300; 
font-display: swap;
src: url('./fonts/NotoSansKR-Light.woff2') format('woff2')
} 

@font-face { 
font-family: 'Noto Sans KR'; 
font-style: normal; 
font-weight: 400; 
src: url('./fonts/NotoSansKR-Regular.woff2') format('woff2')
} 

@font-face { 
font-family: 'Noto Sans KR'; 
font-style: normal; 
font-weight: 500; 
src: url('./fonts/NotoSansKR-Medium.woff2') format('woff2')
} 

@font-face { font-family: 'Noto Sans KR'; 
font-style: normal; 
font-weight: 700; 
src: url('./fonts/NotoSansKR-Bold.woff2') format('woff2')
}

body{font-family:'Noto Sans KR', sans-serif;font-weight:300;}

@font-face {font-family:'SCDream';src:url('./fonts/S-CoreDream-2ExtraLight.woff') format('woff');font-weight:200;}
@font-face {font-family:'SCDream';src:url('./fonts/S-CoreDream-4Regular.woff') format('woff');font-weight:400; }
@font-face {font-family:'SCDream';src:url('./fonts/S-CoreDream-5Medium.woff') format('woff');font-weight:500;}
@font-face {font-family:'SCDream';src:url('./fonts/S-CoreDream-6Bold.woff') format('woff');font-weight:600;}
