@font-face {
  font-family: "HPSimplified-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HPSimplified_Bd.ttf") format("truetype");
}
@font-face {
  font-family: "HPSimplified-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/HPSimplified_Lt.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;
}

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