@font-face {
  font-family: 'Tungsten Book';
  src: url('fonts/Tungsten-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tungsten Medium';
  src: url('fonts/Tungsten-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "Freight",sans-serif;
    font-style: normal;
    font-weight: 500;
}

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'rs';
	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-close-btn:before {
	content: "\e607";
}
.icon-close:before {
	content: "\e600";
}
.icon-arrow-down-light:before {
	content: "\e601";
}
.icon-arrow-up:before {
	content: "\e602";
}
.icon-arrow-right:before {
	content: "\e603";
}
.icon-arrow-down:before {
	content: "\e604";
}
.icon-pinterest:before {
	content: "\e605";
}
.icon-menu:before {
	content: "\e606";
}
.icon-twitter:before {
	content: "\f09b";
}
.icon-facebook:before {
	content: "\f09c";
}
.icon-google-plus:before {
	content: "\f0d6";
}
.icon-share:before {
	content: "\e608";
}