@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
::-webkit-scrollbar {
  width: 12px;
  background-color:rgb(227 224 224);
  }

  ::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0);
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgb(162 162 162);
  }

  ::-webkit-scrollbar-thumb:hover {
  background-color: rgb(130 130 130);
  }

  ::-webkit-scrollbar-thumb:active {
    background-color: rgb(110 110 110);
  }

  ::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
  }
  ::selection {
    background: rgb(209 239 239); 
    color: rgb(139 190 190);
  }
  div{
    font-family: 'Noto Sans TC', sans-serif;
}