@font-face {
    font-family: Oswald-Bold;
    src: url('Oswald-Bold.eot');
    src: local(Oswald-Bold), url('../fonts/Oswald-Bold.ttf') format('opentype');
}
@font-face {
    font-family: Oswald-Light;
    src: url('Oswald-Light.eot');
    src: local(Oswald-Light), url('../fonts/Oswald-Light.ttf') format('opentype');
}
@font-face {
    font-family: Oswald-Regular;
    src: url('Oswald-Regular.eot');
    src: local(Oswald-Regular), url('../fonts/Oswald-Regular.ttf') format('opentype');
}
@font-face {
    font-family: Abel;
    src: url('Abel.eot');
    src: local(Abel), url('../fonts/Abel.ttf') format('opentype');
}
@font-face {
	font-family: 'Icons';
	src:url('../fonts/Icons.eot');
	src:url('../fonts/Icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Icons.woff') format('woff'),
		url('../fonts/Icons.ttf') format('truetype'),
		url('../fonts/Icons.svg#Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"]:before, [class*=" font-"]:before {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"],
[class*=" font-"]{
	display:inline-block;
	line-height:1em;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="font-icon-"] {
*/
.font-icon-social-google, .font-icon-social-twitter, .font-icon-social-facebook {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.font-icon-social-google:before {
	content: "\e038";
}
.font-icon-social-twitter:before {
	content: "\e02a";
}
.font-icon-social-facebook:before {
	content: "\e03c";
}