/* 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/626e4e317063b6accf34d668.626e4e3ce6e62b645172bace.bxNvFaP.hcp.png");
@font-face {
  font-family: "CenturyGothic-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Century Gothic.ttf") format("truetype");
}
@font-face {
  font-family: "CenturyGothic-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Century Gothic") 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;
}

input:focus {
  outline: none;
}

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

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

* {
  box-sizing: border-box;
}
