@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700,500,600|Playfair+Display:700|Roboto:300,700|Oswald:300,700");
@font-face {
  font-family: "Monday-PersonalUse-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Monday-Personal Use.otf") format("opentype");
}
@font-face {
  font-family: "Bebas-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Bebas-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "LittlePea - Demo-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/LittlePea-Demo-Regular.otf") format("opentype");
}
@font-face {
  font-family: "RobotoCondensed-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoCondensed-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RobotoCondensed-Bold.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/621c92eff3e97ebaa429642c.621c92f1b9e9e5a7e4d5bbfb.XfDT7Bz.hcp.png");

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

* {
  box-sizing: border-box;
}
