/*
	PAGE FONT
*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&subset=latin-ext');


/*
	ICON FONT
*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ydkae7');
  src:  url('../fonts/icomoon.svg?ydkae7#icomoon') format('svg'),
    url('../fonts/icomoon.eot?ydkae7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ydkae7') format('truetype'),
    url('../fonts/icomoon.woff?ydkae7') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-remove-circle:before {
  content: "\e90f";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-arrow-up:before {
  content: "\e901";
}
.icon-design:before {
  content: "\e903";
}
.icon-dubbing:before {
  content: "\e904";
}
.icon-equipment:before {
  content: "\e905";
}
.icon-fb:before {
  content: "\e907";
}
.icon-post-production:before {
  content: "\e908";
}
.icon-recording:before {
  content: "\e909";
}
.icon-remove:before {
  content: "\e90b";
}
.icon-arrow-down:before {
  content: "\e90d";
}
.icon-arrow-left:before {
  content: "\e90e";
}
.icon-yt:before {
  content: "\e910";
}
