/* Manrope */

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope_light.woff') format('woff'),
    url('../fonts/manrope_light.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope_regular.woff') format('woff'),
    url('../fonts/manrope_regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope_medium.woff') format('woff'),
    url('../fonts/manrope_medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope_semibold.woff') format('woff'),
    url('../fonts/manrope_semibold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
}

/* Inter */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter-Medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
}

/* IconFont */

@font-face {
  font-family: 'icomoon';
  src:
    url('../fonts/iconfont/icomoon.ttf?nxzy1j') format('truetype'),
    url('../fonts/iconfont/icomoon.woff?nxzy1j') format('woff'),
    url('../fonts/iconfont/icomoon.svg?nxzy1j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="_icon_"],
[class*=" _icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
}

._icon_peoples:before {
  content: "\e905";
}

._icon_show-pass:before {
  content: "\e924";
}

._icon_hide-pass:before {
  content: "\e925";
}

._icon_backspace:before {
  content: "\e922";
}

._icon_folder-arrow:before {
  content: "\e923";
}

._icon_arr-down-only:before {
  content: "\e921";
}

._icon_mark-green .path1:before {
  content: "\e91f";
  color: rgb(125, 219, 50);
}

._icon_mark-green .path2:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(63, 63, 66);
}

._icon_install:before {
  content: "\e91e";
}

._icon_folder-add:before {
  content: "\e91d";
}

._icon_swap:before {
  content: "\e91c";
}

._icon_new_doc:before {
  content: "\e91b";
}

._icon_doc:before {
  content: "\e917";
}

._icon_pdf:before {
  content: "\e918";
}

._icon_xls:before {
  content: "\e919";
}

._icon_arrows:before {
  content: "\e91a";
}

._icon_book:before {
  content: "\e916";
}

._icon_mark:before {
  content: "\e915";
}

._icon_arrow:before {
  content: "\e914";
}

._icon_edit-number:before {
  content: "\e90e";
}

._icon_upload:before {
  content: "\e90f";
}

._icon_eye:before {
  content: "\e910";
}

._icon_edit:before {
  content: "\e911";
}

._icon_delete:before {
  content: "\e912";
}

._icon_access-rights:before {
  content: "\e913";
}

._icon_options:before {
  content: "\e90d";
}

._icon_arrow-down:before {
  content: "\e90b";
}

._icon_arrow-top:before {
  content: "\e90c";
}

._icon_filter:before {
  content: "\e90a";
}

._icon_document:before {
  content: "\e901";
}

._icon_graph:before {
  content: "\e902";
}

._icon_hide:before {
  content: "\e903";
}

._icon_people:before {
  content: "\e904";
}

._icon_plus:before {
  content: "\e900";
}

._icon_question:before {
  content: "\e906";
}

._icon_search:before {
  content: "\e907";
}

._icon_show:before {
  content: "\e908";
}

._icon_stylus:before {
  content: "\e909";
}