@charset "utf-8";
/* CSS Document */
/* ==========================================================================
    Open Sans
   ========================================================================== */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/opensans-light-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/opensans-regular-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans semi Bold'), local('OpenSans-Bold'), url(../fonts/opensans-semibold-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/opensans-bold-webfont.woff) format('woff');
}
/* ==========================================================================
   Roboto
   ========================================================================== */ 
@font-face {
  font-family: 'robotolight';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto Light'), url(../fonts/roboto-light_0.woff) format('woff');
}
@font-face {
  font-family: 'robotoregular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto Regular'), url(../fonts/roboto-regular_0.woff) format('woff');
}

