@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Source Sans Pro", "Noto Sans TC", sans-serif;
}

a {
  text-decoration: none;
  color: #10a0ff;
}

body {
  background-color: #1e1e1e;
  color: #f1f1f1;
}

html {
  scrollbar-color: rgba(0, 74, 143, 0.5333333333) #424242;
  scrollbar-width: 8px;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #424242;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 74, 143, 0.5333333333);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #004a8f;
}

/*# sourceMappingURL=global.css.map */
