/* ========================================================================= */
/** CSS FONT-FACE INSTALLS */
/* ========================================================================= */


/** Ballpark Weiner :: Regular */
/* ========================================================================= */
@font-face {
    font-family: 'Ballpark';
    src: url('fonts/Ballpark_Weiner/ballpark_weiner.eot');
    src: url('fonts/Ballpark_Weiner/ballpark_weiner.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ballpark_Weiner/ballpark_weiner.woff') format('woff'),
         url('fonts/Ballpark_Weiner/ballpark_weiner.ttf') format('truetype'),
         url('fonts/Ballpark_Weiner/ballpark_weiner-webfont.svg#ballparkweiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Bebas Neue :: Regular */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/Bebas_Neue/bebasneue-webfont.eot');
    src: url('fonts/Bebas_Neue/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Bebas_Neue/bebasneue-webfont.woff') format('woff'),
         url('fonts/Bebas_Neue/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/Bebas_Neue/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** Install DIN :: Regular / Black */
/* ========================================================================= */
@font-face {
    font-family: 'dinProRegular';
    src: url('fonts/DIN/dinpro-regular-webfont.eot');
    src: local('DIN'), 
            url('fonts/DIN/dinpro-regular-webfont.woff') format('woff'), 
            url('fonts/DIN/dinpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinProMedium';
    src: url('fonts/DIN/din_medium-webfont.eot');
    src: url('fonts/DIN/din_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DIN/din_medium-webfont.woff') format('woff'),
         url('fonts/DIN/din_medium-webfont.ttf') format('truetype'),
         url('fonts/DIN/din_medium-webfont.svg#dinpromedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/** Install Archer :: Medium */
/* ========================================================================= */
@font-face {
    font-family: 'archerMedium';
    src: url('fonts/Archer_Medium/archer_medium.eot');
    src: url('fonts/Archer_Medium/archer_medium.eot') format('embedded-opentype'),
         url('fonts/Archer_Medium/archer_medium.woff') format('woff'),
         url('fonts/Archer_Medium/archer_medium.ttf') format('truetype'),
         url('fonts/Archer_Medium/archer_medium.svg#ArcherMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Helvetica Neue :: Bold / Medium / Ex-Regular */
/* ========================================================================= */
@font-face {
    font-family: 'HelveticaNeueLTStd75Bold';
    src: url('fonts/helveticaneueltstd-bd-webfont.eot');
    src: url('fonts/helveticaneueltstd-bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-bd-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-bd-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-bd-webfont.svg#HelveticaNeueLTStd75Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd65Medium';
    src: url('fonts/helveticaneueltstd-md-webfont.eot');
    src: url('fonts/helveticaneueltstd-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-md-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-md-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-md-webfont.svg#HelveticaNeueLTStd65Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DanielBold';
    src: url('fonts/danielbd.ttf');
    src: local ('fonts'),
         url('fonts/danielbd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/** Close Font-Face Installs */
/* ========================================================================= */