@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
/* Press Start 2P 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
/* DungGeunMo 폰트 */
@font-face {
     font-family: 'DungGeunMo';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

html, head, body, div, p, a, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, li, address, form, fieldset, legend, table, caption, thead, tbody, tfoot, th, td, header, nav, aside, section, article, main, aside, footer, figure, figcaption {margin: 0; padding: 0;}
li {list-style: none;}
a {text-decoration: none; color: inherit;}
em, i, address, cite{font-style: normal;}
button{border: none; cursor: pointer; background: none;}
table {border-collapse: collapse;}
input {border: none;}
input:focus, button:focus {
    outline: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: 500;
}

body {font-family: 'DungGeunMo', "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}

/* 블라인드 텍스트 - 시각장애인들에게 정보를 제공하기 위해 */
.blind{font-size: 0; line-height: 0; overflow: hidden; height: 0; visibility: hidden;}

/* 공통값(폰트크기/컬러값) */
:root {
    --h1: 32px;
    --h2: 28px;
    --h3: 24px;
    --h4: 22px;
    --p: 16px;
    --main-color: #6993FE;
    --point-color: #A0E857;
    --font-black: #090909;
    --font-white: #FFFFFF;
    --border-gray: #BBBBBB;
    --background: linear-gradient(to bottom, #6A94FF 19%, #CDE1FF 67%, #FFFFFF 92%);
    --button-color: linear-gradient(to bottom, #F1FFED 18%, #8DDD35 99%);
}


