@charset "UTF-8";

/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: "Sura Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  background: #ffffff;
  color: #0033a0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 3.75rem;
  font-weight: 700;
}
h2 {
  font-size: 3rem;
  font-weight: 700;
}
h3 {
  font-size: 2.5rem;
  font-weight: 600;
}
.dark-theme {
  background: #14263b;
  color: rgba(255, 255, 255, 0.95);
}
.dark-theme body,
.dark-theme input,
.dark-theme textarea,
.dark-theme select,
.dark-theme button {
  background: #14263b;
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-theme a {
  color: #4d8fff;
}
.dark-theme a:hover {
  color: #00d4e8;
}
.dark-theme pre,
.dark-theme code {
  background: #1e1e1e;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-theme hr {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-theme ::selection {
  background: #4d8fff;
  color: rgba(255, 255, 255, 0.95);
}
.dark-theme ::-webkit-scrollbar-thumb {
  background: #252525;
}
.dark-theme ::-webkit-scrollbar-thumb:hover {
  background: #0d2236;
}
.dark-theme ::-webkit-scrollbar-track {
  background: #14263b;
}

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