/* src/styles.scss */
@font-face {
  font-family: "Untitled Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/untitled-sans/TestUntitledSans-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Untitled Sans";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/untitled-sans/TestUntitledSans-Light.otf) format("opentype");
}
@font-face {
  font-family: "Power";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/power/PowerGroteskTrial-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Power";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/power/PowerGroteskTrial-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Power";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/power/PowerGroteskTrial-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Power";
  font-style: italic;
  font-weight: 300;
  src: url(/assets/fonts/power/PowerGroteskTrial-LightItalic.ttf) format("truetype");
}
* {
  color: white;
  font-weight: 300;
}
body {
  background-color: #19171B;
}
a {
  color: white !important;
}

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