@font-face {
    font-family: 'Hemi Head Bold Italic';
    src: url('../../../_common/fonts/hemi_head_bd_it-webfont.woff2') format('woff2'),
         url('../../../_common/fonts/hemi_head_bd_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('../../../_common/fonts/Oswald/Oswald-VariableFont_wght.ttf') format('woff2 supports variations'),
    url('../../../_common/fonts/Oswald/Oswald-VariableFont_wght.ttf') format('woff2-variations');
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-style: 10deg 20deg;
}
@font-face {
    font-family: 'Teko';
    src:
            url('/_common/fonts/Teko-Regular.ttf'),
            url('/_common/fonts/Teko-Medium.ttf'),
            url('/_common/fonts/Teko-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src:    url('/_common/fonts/OpenSans-Regular.ttf'),
            url('/_common/fonts/OpenSans-Bold.ttf'),
            url('/_common/fonts/OpenSans-BoldItalic.ttf'),
            url('/_common/fonts/OpenSans-Italic.ttf'),
            url('/_common/fonts/OpenSans-Light.ttf'),
            url('/_common/fonts/OpenSans-LightItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

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

.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";
}