* {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  position: relative;
}

@font-face {
  font-family: "GothamRnd-Medium";
  src: url("../stickers-assets/fonts/GothamRnd-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: "GothamRnd-Bold";
  src: url("../stickers-assets/fonts/GothamRnd-Bold.ttf") format("truetype");
  font-display: block;
}
