@import "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap";

/* src/assets/css/iconfont.css */
@font-face {
  font-family: "iconmoon";
  src: url("./media/iconmoon.eot?40agfd");
  src:
    url("./media/iconmoon.eot?40agfd#iefix") format("embedded-opentype"),
    url("./media/iconmoon.ttf?40agfd") format("truetype"),
    url("./media/iconmoon.woff?40agfd") format("woff"),
    url("./media/iconmoon.svg?40agfd#iconmoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-refresh:before {
  content: "\e919";
}
.icon-logout:before {
  content: "\e91a";
}
.icon-crown:before {
  content: "\e918";
}
.icon-add:before {
  content: "\e915";
}
.icon-delete:before {
  content: "\e916";
}
.icon-upload:before {
  content: "\e917";
}
.icon-flag:before {
  content: "\e914";
}
.icon-time:before {
  content: "\e90e";
}
.icon-info:before {
  content: "\e90f";
}
.icon-location:before {
  content: "\e910";
}
.icon-date:before {
  content: "\e911";
}
.icon-expand:before {
  content: "\e912";
}
.icon-search:before {
  content: "\e913";
}
.icon-chip:before {
  content: "\e90c";
}
.icon-people:before {
  content: "\e90d";
}
.icon-team:before {
  content: "\e909";
}
.icon-member:before {
  content: "\e90a";
}
.icon-tournament:before {
  content: "\e90b";
}
.icon-filter:before {
  content: "\e908";
}
.icon-clone:before {
  content: "\e907";
}
.icon-edit:before {
  content: "\e900";
}
.icon-block:before {
  content: "\e901";
}
.icon-invite:before {
  content: "\e902";
}
.icon-legion:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e904";
}
.icon-left:before {
  content: "\e905";
}
.icon-right:before {
  content: "\e906";
}

/* src/styles.scss */
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family:
    system-ui,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  margin: 0;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Consolas,
    "Liberation Mono",
    Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
.clear-row {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  float: none;
  clear: both;
}
body {
  font-family: "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #e9e9f1;
}
.NgxEditor {
  border: none !important;
  border-top: solid 1px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.NgxEditor__Content {
  padding: 14px !important;
}
.NgxEditor__Content h1 {
  font-size: 16px !important;
  font-family: "Misans Bold" !important;
  margin: 0px 0px 10px 0px !important;
}
.NgxEditor__Content p {
  font-size: 14px !important;
  margin: 0px 0px 8px 0px !important;
}
.NgxEditor__Content p:last-child {
  margin: 0px !important;
}
.NgxEditor__Content ol {
  margin: 0px 0px 8px 0px !important;
  padding: 0px 0px 0px 16px !important;
}
.NgxEditor__Content ol li {
  margin: 0px 0px 8px 0px !important;
}
.NgxEditor__Content ol li:last-child {
  margin: 0px !important;
}

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