body {
  background: var(--main-bg) #151517 no-repeat center top;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Titillium Web', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.noscroll {
  overflow: hidden;
}

.modal-active {
  overflow: hidden;
}

@font-face {
  font-family: 'icomoon';
  src:
    url('https://nxcache.nexon.net/support/2024/global-2025/v-1.1.0/icons/v1/icomoon.ttf?98mpde') format('truetype'),
    url('https://nxcache.nexon.net/support/2024/global-2025/v-1.1.0/icons/v1/icomoon.woff?98mpde') format('woff'),
    url('https://nxcache.nexon.net/support/2024/global-2025/v-1.1.0/icons/v1/icomoon.svg?98mpde#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="iconm-"], [class*=" iconm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconm-search:before {
  content: "\eaaed";
}
.iconm-x:before {
  content: "\eada";
}
.iconm-check:before {
  content: "\edad";
}
