/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/roboto/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('/assets/fonts/roboto/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/fonts/roboto/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/fonts/roboto/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/assets/fonts/roboto/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/fonts/roboto/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('/assets/fonts/roboto/roboto-v20-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Italic'), local('Roboto-Italic'), url('/assets/fonts/roboto/roboto-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/fonts/roboto/roboto-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/fonts/roboto/roboto-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('/assets/fonts/roboto/roboto-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/fonts/roboto/roboto-v20-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/roboto/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/assets/fonts/roboto/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/assets/fonts/roboto/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/fonts/roboto/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
    url('/assets/fonts/roboto/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/fonts/roboto/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

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

.icon-webrtc {
	font-family: 'icomoon';
	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-webrtc .path1:before {
	content: "\e600";
	color: #fff;
}
.icon-webrtc .path2:before {
	content: "\e601";
	margin-left: -1.03125em;
	color: #990066;
}
.icon-webrtc .path3:before {
	content: "\e602";
	margin-left: -1.03125em;
	color: #fff;
}

.icon-webrtc-invert {
	font-family: 'icomoon';
	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-webrtc-invert .path1:before {
	content: "\e600";
	color: #990066;
}
.icon-webrtc-invert .path2:before {
	content: "\e601";
	margin-left: -1.03125em;
	color: #FFFFFF;
}
.icon-webrtc-invert .path3:before {
	content: "\e602";
	margin-left: -1.03125em;
	color: #990066;
}

