@charset "utf-8";

*{margin: 0; padding: 0;}
li{list-style: none;}
a{color: inherit; text-decoration: none;}
button{cursor: pointer; border: none; color: inherit;}

@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;
}

body{
    font-family: 'DungGeunMo',normal;
    font-size: 24px;
}