
/*Callign NEXGEN BRAND font*/

/*Regular*/
@font-face {
    font-family: 'sansation-regular';
    src: url('../fonts/nexgen-brand/sansation-regular-webfont.eot');
    src: url('../fonts/nexgen-brand/sansation-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexgen-brand/sansation-regular-webfont.woff2') format('woff2'),
         url('../fonts/nexgen-brand/sansation-regular-webfont.woff') format('woff'),
         url('../fonts/nexgen-brand/sansation-regular-webfont.ttf') format('truetype'),
         url('../fonts/nexgen-brand/sansation-regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Bold*/
@font-face {
    font-family: 'sansation-bold';
    src: url('../fonts/nexgen-brand/sansation-bold-webfont.eot');
    src: url('../fonts/nexgen-brand/sansation-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexgen-brand/sansation-bold-webfont.woff2') format('woff2'),
         url('../fonts/nexgen-brand/sansation-bold-webfont.woff') format('woff'),
         url('../fonts/nexgen-brand/sansation-bold-webfont.ttf') format('truetype'),
         url('../fonts/nexgen-brand/sansation-bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Light*/
@font-face {
    font-family: 'sansation-light';
    src: url('../fonts/nexgen-brand/sansation-light-webfont.eot');
    src: url('../fonts/nexgen-brand/sansation-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexgen-brand/sansation-light-webfont.woff2') format('woff2'),
         url('../fonts/nexgen-brand/sansation-light-webfont.woff') format('woff'),
         url('../fonts/nexgen-brand/sansation-light-webfont.ttf') format('truetype'),
         url('../fonts/nexgen-brand/sansation-light-webfont.svg#sansation_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Setting Font Preferences*/
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
body input, body textarea, body .btn, body button {
  font-family: 'Source Sans Pro', sans-serif;
}

blockquote p {
  font-weight: 300;
}

.light {
  font-weight: 300 !important;
}

.hairline {
  font-weight: 200 !important;
}
.hairline strong {
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.lead {
  font-weight: 300;
}
.lead strong {
  font-weight: 600;
}
