




/* Основной шрифт */
@font-face {
	font-family: Root UI; 
	font-weight: bold;
	font-weight: 700;
	src: url('../fonts/PT-Root-UI_Bold.ttf');
}

@font-face {
  font-family: Root UI; 
	font-weight: 500;
	src: url('../fonts/PT-Root-UI_Medium.ttf');
}

@font-face {
  font-family: Root UI;
	font-weight: 400;
	src: url('../fonts/PT-Root-UI_Regular.ttf');
}
	


/* Иконочный шрифт */
@font-face {
  font-family: 'SmartCon_Icons';
  src:  url('../fonts/SmartCon_Icons.eot?i6tw0x');
  src:  url('../fonts/SmartCon_Icons.eot?i6tw0x#iefix') format('embedded-opentype'),
    url('../fonts/SmartCon_Icons.ttf?i6tw0x') format('truetype'),
    url('../fonts/SmartCon_Icons.woff?i6tw0x') format('woff'),
    url('../fonts/SmartCon_Icons.svg?i6tw0x#SmartCon_Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SmartCon_Icons' !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;
}

.icon-arrow:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e900";
}
.icon-eye:before {
  content: "\e901";
}
.icon-eye-line:before {
  content: "\e902";
}
.icon-file:before {
  content: "\e903";
}
.icon-geo:before {
  content: "\e904";
}
.icon-pen:before {
  content: "\e905";
}
.icon-notification:before {
  content: "\e906";
}
