/*@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");*/
@import url("https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.min.css");
@import url("https://fonts.googleapis.com/css?family=Oxanium:500,600|Poppins:500,400|Inter:500,400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/6728a178ca2fcdf43e811a7b.6728a179ca2fcdf43e811a7e.ACuyrdd.hcp.png");

@font-face {
  font-family: "Gotham Rounded-Book";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gotham-Rounded-Book_21018.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham Rounded-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gotham-Rounded-Medium_21022.ttf") format("truetype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

input:focus {
  outline: none;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
