/*
 * 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-2014 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mostardesign
 * License URL: http://www.fontspring.com/fflicense/mostardesign
 *
 *
 */

@font-face {
  font-family: 'sofia_pro';
  src: url('../custom_font/sofiapro/light/SofiaProLight-webfont.eot');
  src: url('../custom_font/sofiapro/light/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
  url('../custom_font/sofiapro/light/SofiaProLight-webfont.woff') format('woff'),
  url('../custom_font/sofiapro/light/SofiaProLight-webfont.ttf') format('truetype'),
  url('../custom_font/sofiapro/light/SofiaProLight-webfont.svg#sofia_prolight') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'sofia_pro';
  src: url('../custom_font/sofiapro/medium/SofiaProMedium-webfont.eot');
  src: url('../custom_font/sofiapro/medium/SofiaProMedium-webfont.eot?#iefix') format('embedded-opentype'),
  url('../custom_font/sofiapro/medium/SofiaProMedium-webfont.woff') format('woff'),
  url('../custom_font/sofiapro/medium/SofiaProMedium-webfont.ttf') format('truetype'),
  url('../custom_font/sofiapro/medium/SofiaProMedium-webfont.svg#sofia_prolight') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'sofia_pro';
  src: url('../custom_font/sofiapro/semi-bold/SofiaProSemiBold-webfont.eot');
  src: url('../custom_font/sofiapro/semi-bold/SofiaProSemiBold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../custom_font/sofiapro/semi-bold/SofiaProSemiBold-webfont.woff') format('woff'),
  url('../custom_font/sofiapro/semi-bold/SofiaProSemiBold-webfont.ttf') format('truetype'),
  url('../custom_font/sofiapro/semi-bold/SofiaProSemiBold-webfont.svg#sofia_prolight') format('svg');
  font-weight: 700;
  font-style: normal;
}

.sp300 {
  font-family: 'sofia_pro', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sp400 {
  font-family: 'sofia_pro', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sp700 {
  font-family: 'sofia_pro', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}