/* src/styles.css */
body {
  font-family: "Poppins", sans-serif;
  color: #2C3E50;
  margin: 0;
  padding: 0;
  padding-top: 64px;
  line-height: 1.6;
  background-color: #F9F9F9;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  overflow-x: hidden !important;
}
*,
*::before,
*::after {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
*::-webkit-scrollbar,
*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
html {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  overflow-x: hidden !important;
}
html::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
a {
  text-decoration: none;
  color: #40E0D0;
  transition: color 0.3s;
}
a:hover {
  color: #008080;
}

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