@font-face {
	font-display: swap;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 200;
	src: url('fira-sans-v18-latin_latin-ext-200.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fira-sans-v18-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	src: url('fira-sans-v18-latin_latin-ext-600.woff2') format('woff2');
}

@font-face {
  font-family: 'fontello';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('fontello.woff') format('woff'),
       url('fontello.woff2') format('woff2');
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before,
.related-files a:before,
.related-links a:before,
.related-filesheader a:before,
.related-linksheader a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
 
  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); */
}
 
.icon-angle-right:before { content: '\e80b'; }
.icon-angle-left:before { content: '\e80c'; }
.icon-cancel:before { content: '\e80d'; }
.icon-down-circled:before { content: '\e810'; }
.icon-down-open-big:before { content: '\e80e'; }
.icon-facebook:before { content: '\e801'; }
.icon-file-pdf:before { content: '\e80f'; color:#999; }
.icon-gplus:before { content: '\e803'; }
.icon-info:before { content: '\e806'; }
.icon-info-circled:before { content: '\e807'; }
.icon-instagram:before { content: '\f16d'; }
.icon-instagram-1:before { content: '\f31e'; }
.icon-left-open-mini:before { content: '\e808'; }
.icon-menu:before { content: '\e805'; }
.icon-pinterest:before { content: '\e804'; }
.icon-right-open-mini:before { content: '\e809'; }
.icon-twitter:before { content: '\e802'; }
.icon-wrench:before { content: '\e80a'; }
.icon-youtube:before { content: '\e800'; }
