@import url("https://fonts.googleapis.com/css?family=Inter:400,500|Lato:400,700,500");
/* 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/61a0daeda28b3fe15342184a.61a0daf07461f1a210cafd1d.TkiNrXI.hcp.png");
@font-face {
  font-family: "Gloriant-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gloriant.ttf") format("truetype");
}


.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;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

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

* {
  box-sizing: border-box;
}
