/* src/styles.scss */
@font-face {
  font-family: "Futura PT";
  font-style: normal;
  font-weight: 300;
  src: url("./media/FuturaPTLight-JILEGRA2.otf") format("opentype");
}
@font-face {
  font-family: "Futura PT";
  font-style: italic;
  font-weight: 300;
  src: url("./media/FuturaPTLightOblique-LEFV3ULW.otf") format("opentype");
}
@font-face {
  font-family: "Futura PT";
  font-style: normal;
  font-weight: 400;
  src: url("./media/FuturaPTBook-FCWZMHLV.otf") format("opentype");
}
@font-face {
  font-family: "Futura PT";
  font-style: italic;
  font-weight: 400;
  src: url("./media/FuturaPTBookOblique-P2JCOCI2.otf") format("opentype");
}
@font-face {
  font-family: "Futura PT";
  font-style: normal;
  font-weight: 500;
  src: url("./media/FuturaPTDemi-VW47H667.otf") format("opentype");
}
@font-face {
  font-family: "Futura PT";
  font-style: italic;
  font-weight: 500;
  src: url("./media/FuturaPTDemiOblique-ZIHZNNA2.otf") format("opentype");
}
body,
html,
aku-root {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #878787;
  font-family: "Futura PT", "sans-serif";
  font-weight: 300;
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
}

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