@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

*{
  font-family: 'Pretendard-Regular';
  font-size: 19px;
  color: white;
   -webkit-text-size-adjust:none;
}

#toki{
  display: none;
}

#tooski:onclick+toki {
  display: block;
  }