﻿/* CSS Fonts */
@font-face {

    font-family: 'thesanslight';
	src: url("TheSans_B2_300_.eot");
  	src: url("TheSans_B2_300_.eot?#iefix") format("embedded-opentype"), url("TheSans_B2_300_.woff") format("woff"), url("TheSans_B2_300_.svg#TheSans_B2_300_") format("svg");
  	font-weight: normal;
  	font-style: normal; 
}  	

@font-face {
    font-family: 'thesansregular';
    src: url("TheSans_B2_400_.eot");
  	src: url("TheSans_B2_400_.eot?#iefix") format("embedded-opentype"), url("TheSans_B2_400_.woff") format("woff"), url("TheSans_B2_400_.svg#TheSans_B2_400_") format("svg");
  	font-weight: normal;
  	font-style: normal; 
}

@font-face {
    font-family: 'thesansbold';
   	src: url("TheSans_B2_500_.eot");
  	src: url("TheSans_B2_500_.eot?#iefix") format("embedded-opentype"), url("TheSans_B2_500_.woff") format("woff"), url("TheSans_B2_500_.svg#TheSans_B2_500_") format("svg");
  	font-weight: normal;
  	font-style: normal; 
}

@font-face {
    font-family: 'thesansextrabold';
    src: url("TheSans_B2_700_.eot");
  	src: url("TheSans_B2_700_.eot?#iefix") format("embedded-opentype"), url("TheSans_B2_700_.woff") format("woff"), url("TheSans_B2_700_.svg#TheSans_B2_700_") format("svg");
  	font-weight: normal;
  	font-style: normal;   
}

@font-face {
    font-family: 'thesanscaps';
    src: url('thesans_caps-webfont.eot');
    src: url('thesans_caps-webfont.eot?#iefix') format('embedded-opentype'),
         url('thesans_caps-webfont.woff2') format('woff2'),
         url('thesans_caps-webfont.woff') format('woff'),
         url('thesans_caps-webfont.ttf') format('truetype'),
         url('thesans_caps-webfont.svg#the_sans-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}