/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2013 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      FontSite Inc.
 * License URL: http://www.fontspring.com/fflicense/fontsite
 *
 *
 */

@font-face {
    font-family: 'Franklin';
    src: url('FranklinGothic-Book-webfont.eot');
    src: url('FranklinGothic-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('FranklinGothic-Book-webfont.woff') format('woff'),
         url('FranklinGothic-Book-webfont.ttf') format('truetype'),
         url('FranklinGothic-Book-webfont.svg#franklin_gothic_fs_bookRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Franklin';
    src: url('FranklinGothic-Med-webfont.eot');
    src: url('FranklinGothic-Med-webfont.eot?#iefix') format('embedded-opentype'),
         url('FranklinGothic-Med-webfont.woff') format('woff'),
         url('FranklinGothic-Med-webfont.ttf') format('truetype'),
         url('FranklinGothic-Med-webfont.svg#franklin_gothic_fs_medregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Franklin';
    src: url('FranklinGothic-Demi-webfont.eot');
    src: url('FranklinGothic-Demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('FranklinGothic-Demi-webfont.woff') format('woff'),
         url('FranklinGothic-Demi-webfont.ttf') format('truetype'),
         url('FranklinGothic-Demi-webfont.svg#franklin_gothic_fs_bookbold') format('svg');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'Franklin';
    src: url('FranklinGothic-Hvy-webfont.eot');
    src: url('FranklinGothic-Hvy-webfont.eot?#iefix') format('embedded-opentype'),
         url('FranklinGothic-Hvy-webfont.woff') format('woff'),
         url('FranklinGothic-Hvy-webfont.ttf') format('truetype'),
         url('FranklinGothic-Hvy-webfont.svg#franklin_gothic_fs_medbold') format('svg');
    font-weight: 900;
    font-style: normal;

}