/* [project]/home/tyche/lovecosmos/src/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  touch-action: pan-y;
  height: 100%;
  overflow: hidden;
}

body {
  color: #4a3f35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff8f5;
  font-family: Noto Sans SC, PingFang SC, system-ui, sans-serif;
}

input::placeholder {
  color: #c4b5a8;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

button, label {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}

:focus {
  outline: none;
}

canvas {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.page-enter {
  opacity: 0;
  transform: translateY(8px);
}

.page-enter-active {
  opacity: 1;
  transition: opacity .25s, transform .25s;
  transform: translateY(0);
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: none;
}

/*# sourceMappingURL=home_tyche_lovecosmos_src_app_globals_0hoj2-6.css.map*/