@media (max-width: 768px) {
  @font-face {
    font-family: "Tilit Warp";
    font-style: sans-serif;
    font-weight: 400;
    font-display: swap;
    src: url(../assets/tilit_warp.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  body {
    height: 100vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
    text-align: center;
  }
  .wrap {
    margin-top: 10vh;
  }
  body {
    background: #fff;
  }
  span {
    display: inline-block;
    font-family: "Tilit Warp", sans-serif;
    font-size: 16vw;
    line-height: 0.8;
    transition: ease-out 0.6s;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #e8e8e8, 0 2px 0 #e3e3e3, 0 3px 0 #dedede, 0 4px 0 #d9d9d9, 0 5px 0 #d4d4d4, 0 6px 0 #cfcfcf, 0 7px 0 #c9c9c9, 0 8px 0 #c4c4c4, 0 9px 0 #bfbfbf, 0 0 5px rgba(230, 230, 230, 0.05), 0 -1px 3px rgba(230, 230, 230, 0.2), 0 9px 9px rgba(230, 230, 230, 0.7), 0 12px 12px rgba(230, 230, 230, 0.7), 0 15px 15px rgba(230, 230, 230, 0.7);
  }
  .iconsContainer {
    display: flex;
    position: absolute;
    left: 0;
    justify-content: center;
    width: 100vw;
    bottom: 5vh;
  }
  svg {
    width: 10vw;
    height: 10vw;
    margin: 3vw;
  }
}

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