body {
  font-family: "Noto Sans TC";
  margin: 0;
}
body a {
  color: var(--body-text-color, white);
}
body #page {
  position: absolute;
  top: var(--wp-admin--admin-bar--height);
  left: 0;
  right: 0;
  bottom: 0;
}
body #main-logo {
  position: relative;
}
body #main-logo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -1000px;
}
body #aside-menu {
  -webkit-user-select: none;
  user-select: none;
  font-family: "Archivo", "Noto Sans TC";
  font-weight: 200;
  z-index: 99920;
  position: absolute;
}
body #aside-menu.animated > .container {
  transition-delay: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-property: transform;
}
body #aside-menu > .container ul {
  list-style: none;
  padding: 0;
}
body #aside-menu > .container a {
  color: var(--body-text-color, white);
  text-decoration: none;
  text-transform: uppercase;
}
body #menu-trigger-box {
  z-index: 99950;
  display: block;
  -webkit-user-select: none;
  user-select: none;
}
body #menu-trigger {
  display: inline-block;
  border: none;
  position: relative;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  margin: 0;
}
body #menu-trigger > span {
  display: block;
  position: absolute;
}
body #menu-trigger > span::before, body #menu-trigger > span::after {
  content: "";
  position: absolute;
  display: block;
}
body #menu-trigger.animated > span {
  transition-duration: 0.1s;
  transition-delay: 0.1s;
  transition-property: all;
}
body #menu-trigger.animated > span::before, body #menu-trigger.animated > span::after {
  transition-duration: 0.3s;
  transition-delay: 0;
}
body #menu-trigger.animated > span::before {
  transition-property: all;
}
body #menu-trigger.animated > span::after {
  transition-property: all;
}
body #menu-trigger.animated.active > span {
  background-color: transparent !important;
  transition-duration: 0.1s;
  transition-delay: 0;
}
body #menu-trigger.animated.active > span::before, body #menu-trigger.animated.active > span::after {
  transition-delay: 0.1s;
  transform-origin: center;
}
body #menu-trigger.animated.active > span::before {
  transform: rotate(45deg);
}
body #menu-trigger.animated.active > span::after {
  transform: rotate(-45deg);
}

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