@charset "utf-8";

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

  *, body{
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    color: #333;
  }


  ul, li{list-style: none;}