@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@font-face {
  font-family: "GoogleSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GoogleSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "GoogleSans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GoogleSans-Medium-v1.27.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/6226a00f5f819a961001ef60.6226a011fc3011d5cc503a36.eYlri4K.hcp.png");

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

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

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

* {
  box-sizing: border-box;
}
