/* src/styles.scss */
@font-face {
  font-family: "Ravie";
  src: url("./media/Ravie.woff2") format("woff2"), url("./media/Ravie.ttf") format("truetype");
}
@font-face {
  font-family: "Goudy Stout";
  src: url("./media/GoudyStout.woff2") format("woff2"), url("./media/GoudyStout.ttf") format("truetype");
}
#logo {
  height: 3em;
}
body {
  margin: 0;
  font-family:
    Cambria,
    Cochin,
    Georgia,
    Times,
    "Times New Roman",
    serif;
}
.navbar {
  position: fixed;
  opacity: 0;
  height: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  background:
    linear-gradient(
      180deg,
      rgb(250, 250, 250) 0%,
      rgba(255, 254, 254, 0.66) 66%,
      rgba(255, 255, 255, 0.03) 100%);
}

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