@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');

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


@font-face {
    font-family: 'LINESeedKR-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'LINESeedKR-Rg';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'LINESeedKR-Th';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Th.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,body {
    width:100%;
    height:100%;
}

ul li, ol li {
    list-style:none;
}

html {
    font-size:16px;
    font-family: "LINESeedKR-Rg", sans-serif;
    font-weight:400;  
    letter-spacing:-0.5px;

}

h2 {
    font-family: "LINESeedKR-Bd", sans-serif;    
    font-weight:700;
}

body {
    /* background:#12141b; */
    overflow:hidden;

}

a {
    text-decoration:none;
}


::-webkit-scrollbar {
    display:none;
}


 