@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&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&display=swap";

/* src/styles.scss */
* {
  font-family: "Poppins", sans-serif;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: hsl(0, 0%, 92%);
}
*::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 75%);
  border-radius: 4px;
}
*::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 55%);
}
html {
  height: 100svh;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  height: 100svh;
  overflow: hidden;
  background-color: hsl(205, 65%, 98%);
}
chm-root {
  display: block;
  min-height: 100svh;
  overflow: hidden;
}
router-outlet {
  display: none;
}
.material-symbols-outlined {
  -webkit-user-select: none;
  user-select: none;
}
.material-symbols-outlined.fill {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

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