/* montserrat-500 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/montserrat/montserrat-500.woff2') format('woff2'); /* Chrome 26+, Opera 23+, Firefox 39+ */
	   font-display:swap
}

/* montserrat-600 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/montserrat/montserrat-600.woff2') format('woff2'); /* Chrome 26+, Opera 23+, Firefox 39+ */
	   font-display:swap
}

/* montserrat-700 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/montserrat/montserrat-700.woff2') format('woff2'); /* Chrome 26+, Opera 23+, Firefox 39+ */
	   font-display:swap
}




/* INTER */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/inter/inter-400.woff2') format('woff2'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	   font-display:swap
}

/* Inter-500 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/inter/inter-500.woff2') format('woff2'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	   font-display:swap
}

/* Inter-600 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/inter/inter-600.woff2') format('woff2'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	   font-display:swap
}


/* ================================================================================= */


/* roboto-300 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto/roboto-300.woff2') format('woff2'); /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
	   font-display:swap
} 

/* roboto-400 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto/roboto-400.woff2') format('woff2'); /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
	   font-display:swap
} 

/* roboto-500 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/roboto/roboto-500.woff2') format('woff2'); /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
	   font-display:swap
} 

/* roboto-600 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/roboto/roboto-600.woff2') format('woff2'); /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
	   font-display:swap
} 

/* roboto-700 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto/roboto-700.woff2') format('woff2'); /*Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+*/
	   font-display:swap
} 

/* ....................................................................................................... */


@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.eot?58935533');
  src: url('../font/fontello/fontello.eot?58935533#iefix') format('embedded-opentype'),
       url('../fonts/fontello/fontello.woff2?58935533') format('woff2'),
       url('../fonts/fontello/fontello.woff?58935533') format('woff'),
       url('../fonts/fontello/fontello.ttf?58935533') format('truetype'),
       url('../fonts/fontello/fontello.svg?58935533#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello/font/fontelloello.svg?58935533#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  font-display:swap
}

.icon-turntable-01:before { content: '\e800'; } /* '' */
.icon-turntable-02:before { content: '\e801'; } /* '' */
.icon-update:before { content: '\e802'; } /* '' */
.icon-account:before { content: '\e803'; } /* '' */
.icon-menu-down:before { content: '\e804'; } /* '' */
.icon-account-outline:before { content: '\e805'; } /* '' */
.icon-arrow-right-thick:before { content: '\e806'; } /* '' */
.icon-arrow-right-thin:before { content: '\e807'; } /* '' */
.icon-subdirectory-arrow-right:before { content: '\e808'; } /* '' */
.icon-soundwave:before { content: '\e809'; } /* '' */
.icon-plus-circle:before { content: '\e80a'; } /* '' */
.icon-minus-circle:before { content: '\e80b'; } /* '' */
.icon-format-quote-close:before { content: '\e80c'; } /* '' */
.icon-comment-quote:before { content: '\e80d'; } /* '' */
.icon-disc-alert:before { content: '\e80e'; } /* '' */
.icon-disc:before { content: '\e80f'; } /* '' */
.icon-eye-outline:before { content: '\e810'; } /* '' */
.icon-share:before { content: '\e811'; } /* '' */
.icon-search:before { content: '\e812'; } /* '' */
.icon-pound:before { content: '\e813'; } /* '' */
.icon-message-plus:before { content: '\e814'; } /* '' */
.icon-message-minus:before { content: '\e815'; } /* '' */
.icon-message-check:before { content: '\e816'; } /* '' */
.icon-like-up-down:before { content: '\e817'; } /* '' */
.icon-info-circle:before { content: '\e818'; } /* '' */
.icon-menu-right:before { content: '\e819'; } /* '' */
.icon-chevron-right:before { content: '\e81a'; } /* '' */
.icon-calendar-range:before { content: '\e824'; } /* '' */
