html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  margin: 0;
  box-sizing: inherit;
}
body {
  height: 100dvh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* Improve text rendering */
  -webkit-font-smoothing: antialiased;
  background-color: #fdfad4;
}
svg {
  display: block;
  max-width: 100%;
}

.title {
  font-size: clamp(6.4rem, 16vw, 9.8rem);
  font-weight: 300;
  z-index: 100;
}
.title__letter {
  display: inline-block;
  position: relative;
  transition: transform 3s ease-in-out;
}
