@font-face {
  font-family: PingFangTC;
  src: url('./PingFang-TC-Regular-2.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: PingFangTC;
  src: url('./PingFang-TC-Thin-2.otf') format('opentype');
  font-weight: 100;
}

@font-face {
  font-family: NotoSansTC;
  src: url('./NotoSansTC-Regular.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: NotoSansTC;
  src: url('./NotoSansTC-Bold.otf') format('opentype');
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: NotoSansTC;
}

#root {
  min-height: 100vh;
  position: relative;
}
