@font-face {
	font-family: "Oswald";
	font-weight: bold;
	src: url("../fonts/oswald-regular.eot");
	src: url("../fonts/oswald-regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/oswald-regular.woff2") format("woff2"),
		url("../fonts/oswald-regular.woff") format("woff"),
		url("../fonts/oswald-regular.ttf") format("truetype");
}

@font-face {
	font-family: "San Francisco";
	font-weight: normal;
	src: url("../fonts/sanfran-light.eot");
	src: url("../fonts/sanfran-light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/sanfran-light.woff2") format("woff2"),
		url("../fonts/sanfran-light.woff") format("woff"),
		url("../fonts/sanfran-light.ttf") format("truetype");
}

@font-face {
	font-family: "San Francisco";
	font-weight: bold;
	src: url("../fonts/sanfran-demibold.eot");
	src: url("../fonts/sanfran-demibold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/sanfran-demibold.woff2") format("woff2"),
		url("../fonts/sanfran-demibold.woff") format("woff"),
		url("../fonts/sanfran-demibold.ttf") format("truetype");
}

@font-face {
	font-family: "fontello";
	src: url("../fonts/fontello.eot?11815648");
	src: url("../fonts/fontello.eot?11815648#iefix") format("embedded-opentype"),
		 url("../fonts/fontello.woff2?11815648") format("woff2"),
		 url("../fonts/fontello.woff?11815648") format("woff"),
		 url("../fonts/fontello.ttf?11815648") format("truetype"),
		 url("../fonts/fontello.svg?11815648#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}
 
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Entypo */
.icon-add:before {
	content: "\e800";
}

.icon-remove:before {
	content: "\e801";
}

.icon-flag:before {
	content: "\e802";
}

.icon-gear:before {
	content: "\e803";
}

/* Font Awesome */
.icon-bold:before {
	content: "\e804";
}

.icon-italic:before {
	content: "\e805";
}

.icon-underline:before {
	content: "\e806";
}

.icon-strike:before {
	content: "\e807";
}

.icon-align-left:before {
	content: "\e808";
}

.icon-align-center:before {
	content: "\e809";
}

.icon-align-right:before {
	content: "\e80a";
}

.icon-list-bullet:before {
	content: "\e80b";
}

.icon-list-numbered:before {
	content: "\e80c";
}