/* src/styles.scss */
@font-face {
  font-family: "cornerStone";
  src: url("./media/Cornerstone.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("./media/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("./media/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("./media/Roboto-LightItalic.ttf");
}
* {
  margin: 0;
  color: #0c0c3c;
  font-family: Roboto;
}
html {
  scroll-behavior: smooth;
}
button {
  display: block;
  margin: 1.5rem auto;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  outline: none;
  border-color: #1f78ff;
  background-color: inherit;
  letter-spacing: 0.4rem;
}
button a {
  padding: 1rem 1rem;
}
input[type=file] {
  border: none;
}

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