@font-face {
    font-family: 'Hemi Head Bold Italic';
    src: url('../fonts/hemi_head_bd_it-webfont.woff2') format('woff2'),
         url('../fonts/hemi_head_bd_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src:
            url('../fonts/Teko-Light.ttf'),
            url('../fonts/Teko-Regular.ttf'),
            url('../fonts/Teko-Medium.ttf'),
            url('../fonts/Teko-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src:    url('../fonts/OpenSans-Regular.ttf'),
            url('../fonts/OpenSans-Bold.ttf'),
            url('../fonts/OpenSans-BoldItalic.ttf'),
            url('../fonts/OpenSans-Italic.ttf'),
            url('../fonts/OpenSans-Light.ttf'),
            url('../fonts/OpenSans-LightItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  	font-family: 'linecons';
  	src:  url('../fonts/linecons.eot?ghgelh');
  	src:  url('../fonts/linecons.eot?ghgelh#iefix') format('embedded-opentype'),
    	  url('../fonts/linecons.ttf?ghgelh') format('truetype'),
    	  url('../fonts/linecons.woff?ghgelh') format('woff'),
    	  url('../fonts/linecons.svg?ghgelh#linecons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-hemi {
    font-family: "Hemi Head Bold Italic", sans-serif !important;
}
.font-teko {
    font-family: "Teko", sans-serif !important;
}
.font-weight-light {
    font-weight: Light;
}
.linecon {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'linecons' !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;
}

.linecon-facebook-with-circle:before {
  content: "\e904";
}
.linecon-google-with-circle:before {
  content: "\e905";
}
.linecon-instagram-with-circle:before {
  content: "\e906";
}
.linecon-linkedin-with-circle:before {
  content: "\e907";
}
.linecon-pinterest-with-circle:before {
  content: "\e908";
}
.linecon-twitter-with-circle:before {
  content: "\e909";
}
.linecon-youtube-with-circle:before {
  content: "\e90a";
}
.linecon-google-plus:before {
  content: "\ea8f";
}
.linecon-google-plus2:before {
  content: "\ea90";
}
.linecon-facebook:before {
  content: "\e900";
}
.linecon-facebook2:before {
  content: "\ea94";
}
.linecon-instagram:before {
  content: "\ea95";
}
.linecon-twitter:before {
  content: "\e901";
}
.linecon-youtube:before {
  content: "\ea9f";
}
.linecon-youtube2:before {
  content: "\e902";
}
.linecon-linkedin:before {
  content: "\eaca";
}
.linecon-linkedin2:before {
  content: "\e903";
}
.linecon-pinterest:before {
  content: "\ead1";
}
.linecon-pinterest2:before {
  content: "\ead2";
}