/* src/styles.scss */
@font-face {
  font-family: "NeuePlakRegular";
  src: url("./media/NeuePlakTextforUnited-Rg.otf") format("opentype"), url("./media/NeuePlakTextforUnited-Rg.otf");
}
@font-face {
  font-family: "NeuePlakBold";
  src: url("./media/NeuePlakTextforUnited-Bd.otf") format("opentype"), url("./media/NeuePlakTextforUnited-Bd.otf");
}
@font-face {
  font-family: "NeuePlakXtraBold";
  src: url("./media/NeuePlakTextforUnited-XBlk.otf") format("opentype"), url("./media/NeuePlakTextforUnited-XBlk.otf");
}
@font-face {
  font-family: "NeuePlakItalic";
  src: url("./media/NeuePlakTextforUnited-It.otf") format("opentype"), url("./media/NeuePlakTextforUnited-It.otf");
}
@font-face {
  font-family: "NeuePlakSemiBold";
  src: url("./media/NeuePlakTextforUnited-SmBd.otf") format("opentype"), url("./media/NeuePlakTextforUnited-SmBd.otf");
}
html,
body {
  margin: 0;
  padding: 0;
  font-family:
    "NeuePlakRegular",
    "Open Sans",
    sans-serif;
  font-size: 1em;
  background: #026;
}
a {
  text-decoration: none;
}
h2 {
  margin: 0;
}
sup {
  font-size: 0.8em;
}
button {
  background: #1414d2;
  color: white;
  border: none;
  border-radius: 30px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5em;
  box-sizing: border-box;
  min-width: 150px;
}
@media only screen and (max-width: 600px) {
  button {
    margin-top: 1em;
  }
}
button:focus,
button:hover {
  border-color: white;
  outline: 2px solid black;
}
.width-container {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (min-width: 1600px) {
  .width-container {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .width-container {
    width: 90%;
  }
}
.white-bg {
  background: white;
}
.visuallyhidden {
  display: none;
}
.no-outline {
  outline: none;
}
.main-section {
  padding: 3em 0;
}
@media only screen and (max-width: 600px) {
  .main-section {
    padding: 2em 0;
  }
}
.footnote {
  color: black;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
