/*
 * 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:      Mark Simonson Studio
 * License URL: http://www.fontspring.com/licenses/mark-simonson-studio/webfont
 */

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold-webfont.eot'),
       url('../fonts/ProximaNova-Bold-webfont.woff2') format('woff2'),
       url('../fonts/ProximaNova-Bold-webfont.woff') format('woff'),
       url('../fonts/ProximaNova-Bold-webfont.ttf') format('truetype'),
       url('../fonts/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: bold;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Reg-webfont.eot'),
       url('../fonts/ProximaNova-Reg-webfont.woff2') format('woff2'),
       url('../fonts/ProximaNova-Reg-webfont.woff') format('woff'),
       url('../fonts/ProximaNova-Reg-webfont.ttf') format('truetype'),
       url('../fonts/ProximaNova-Reg-webfont.svg') format('svg');
  font-weight: normal;
}

@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url('../fonts/ProximaNova-Sbold-webfont.eot'),
       url('../fonts/ProximaNova-Sbold-webfont.woff2') format('woff2'),
       url('../fonts/ProximaNova-Sbold-webfont.woff') format('woff'),
       url('../fonts/ProximaNova-Sbold-webfont.ttf') format('truetype'),
       url('../fonts/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold') format('svg');
  font-weight: bold;
}

@font-face {
  font-family: 'Proxima Nova Thin';
  src: url('../fonts/ProximaNova-Thin-webfont.eot'),
       url('../fonts/ProximaNova-Thin-webfont.woff2') format('woff2'),
       url('../fonts/ProximaNova-Thin-webfont.woff') format('woff'),
       url('../fonts/ProximaNova-Thin-webfont.ttf') format('truetype'),
       url('../fonts/ProximaNova-Thin-webfont.svg#proxima_nova_ththin') format('svg');
  font-weight: normal;
}

@font-face {
  font-family: 'Proxima Nova Light';
  src: url('../fonts/ProximaNova-Light-webfont.eot'),
       url('../fonts/ProximaNova-Light-webfont.woff2') format('woff2'),
       url('../fonts/ProximaNova-Light-webfont.woff') format('woff'),
       url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype'),
       url('../fonts/ProximaNova-Light-webfont.svg') format('svg');
  font-weight: normal;
}
