@import url("https://fonts.googleapis.com/css?family=Chakra+Petch:400,300,700,500|Poppins:400");
@font-face {
  font-family: "Tenika-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TenikaRegular.ttf") format("truetype");
}

/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
@import url("https://px.animaapp.com/61a52d61e03c2691e32ede43.61a25ffaa28b3fe153421f47.dQwj2HK.hcp.png");

.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

* {
  box-sizing: border-box;
}

