@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: normal;
    src:url('/css/webfont/Poppins-Thin.ttf') format('truetype');    
}

@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: normal;
    src: url('/css/webfont/Poppins-ExtraLight.ttf') format('truetype');    

}


@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    src: url('/css/webfont/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('/css/webfont/Poppins-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    src: url('/css/webfont/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url('/css/webfont/Poppins-SemiBold.ttf') format('truetype');
}


@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('/css/webfont/Poppins-Bold.ttf') format('truetype');
}


@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url('/css/webfont/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    src: url('/css/webfont/Poppins-Black.ttf') format('truetype');
}


@font-face {
    font-family: 'SpoqaHanSansNeo';
    font-weight: 100;
    font-style: normal;
    src: url('/css/webfont/SpoqaHanSansNeo-Thin.otf') format('woff');
}

@font-face {
    font-family: 'SpoqaHanSansNeo';
    font-weight: 200;
    font-style: normal;
    src: url('/css/webfont/SpoqaHanSansNeo-Light.otf') format('woff');
}


@font-face {
    font-family: 'SpoqaHanSansNeo';
    font-weight: 300;
    font-style: normal;
    src: url('/css/webfont/SpoqaHanSansNeo-Regular.otf') format('woff');
}


@font-face {
    font-family: 'SpoqaHanSansNeo';
    font-weight: 400;
    font-style: normal;
    src: url('/css/webfont/SpoqaHanSansNeo-Medium.otf') format('woff');
}


@font-face {
    font-family: 'SpoqaHanSansNeo';
    font-weight: 500;
    font-style: normal;
    src: url('/css/webfont/SpoqaHanSansNeo-Bold.otf') format('woff');
}


@font-face {
    font-family: 'Pretendard';
    src: url('./webfont/Pretendard-Regular.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./webfont/Pretendard-Medium.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./webfont/Pretendard-SemiBold.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./webfont/Pretendard-Bold.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./webfont/Pretendard-ExtraBold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

