@import "https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&family=Lexend+Deca:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

/* src/styles.scss */
body {
  font-family: "Gotham", sans-serif;
  overscroll-behavior: none;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "Gotham";
  src: url("./media/Gotham Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./media/Gotham Medium.otf") format("opentype");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./media/Gotham Book.otf") format("opentype");
  font-weight: 325;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./media/Gotham Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./media/Gotham Bold.otf") format("opentype");
  font-style: normal;
}

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