/* IMPORTANT NOTE: firefox does not allow cross-domain fonts, so these must be served locally, not via CDN */
@font-face {
    font-family: 'sofiapro';
    src: url('SofiaProRegular-webfont.eot');
    src: url('SofiaProRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('SofiaProRegular-webfont.woff') format('woff'),
         url('SofiaProRegular-webfont.ttf') format('truetype'),
         url('SofiaProRegular-webfont.svg#sofia_pro_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sofiapro';
    src: url('SofiaProBold-webfont.eot');
    src: url('SofiaProBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('SofiaProBold-webfont.woff') format('woff'),
         url('SofiaProBold-webfont.ttf') format('truetype'),
         url('SofiaProBold-webfont.svg#sofia_pro_boldregular') format('svg');
    font-weight: bold;
    font-style: normal;
}
