@font-face {
  font-family: "open-sans-regular";
  src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sans-italic";
  src: url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sans-semibold";
  src: url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sans-semibolditalic";
  src: url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sans-bold";
  src: url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sans-bolditalic";
  src: url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sans-light";
  src: url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sans-lightitalic";
  src: url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sans-extrabold";
  src: url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sans-extrabolditalic";
  src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "open-sans-regular", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}
i, em {
  font-family: "open-sans-italic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
}
b, strong {
  font-family: "open-sans-bold", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}
i strong, i b, em strong, em b, strong i, strong em, b i, b em {
  font-family: "open-sans-bolditalic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.light {
  font-family: "open-sans-light", Verdana, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-style: normal;
}
.light i, .light em {
  font-family: "open-sans-lightitalic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-style: italic;
}
.semibold {
  font-family: "open-sans-semibold", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.semibold i, .semibold em {
  font-family: "open-sans-semibolditalic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
}
.extrabold {
  font-family: "open-sans-extrabold", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-style: normal;
}
.extrabold i, .extrabold em {
  font-family: "open-sans-extrabolditalic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-style: italic;
}