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

@font-face {
    font-family: 'brandon_grotesque_bold';
    src: url('../fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('../fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesque_black';
    src: url('../fonts/brandon_blk-webfont.woff2') format('woff2'),
         url('../fonts/brandon_blk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesque_medium';
    src: url('../fonts/brandon_med-webfont.woff2') format('woff2'),
         url('../fonts/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesque_regular_italic';
    src: url('../fonts/brandon_reg_it-webfont.woff2') format('woff2'),
         url('../fonts/brandon_reg_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'brandon_grotesque_regular';
	src: url('../fonts/brandon_reg-webfont.woff2') format('woff2'),
	     url('../fonts/brandon_reg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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


[class^="tl-icon-"], [class*=" tl-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'spanx-icons' !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;
}

.tl-icon-account:before {
  content: "\e907";
}
.tl-icon-menu:before {
  content: "\e908";
}
.tl-icon-minus:before {
  content: "\e905";
}
.tl-icon-plus:before {
  content: "\e906";
}
.tl-icon-search:before {
	content: "\e900";
}
.tl-icon-location:before {
	content: "\e901";
}
.tl-icon-chat:before {
	content: "\e902";
}
.tl-icon-email:before {
	content: "\e903";
}
.tl-icon-bag:before {
	content: "\e904";
}



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

i.blink-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'blink' !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;
}

.icon-blink-left:before {
    content: "\e900";
}
.icon-blink-right:before {
    content: "\e901";
}

