/* Open Sans */
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url('opensans/static/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: italic;
  src: url('opensans/static/OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 900;
  font-style: normal;
  src: url('opensans/static/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 900;
  font-style: italic;
  src: url('opensans/static/OpenSans-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('opensans/static/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  src: url('opensans/static/OpenSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url('opensans/static/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  src: url('opensans/static/OpenSans-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 500;
  font-style: normal;
  src: url('opensans/static/OpenSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 500;
  font-style: italic;
  src: url('opensans/static/OpenSans-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: url('opensans/static/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  src: url('opensans/static/OpenSans-SemiBoldItalic.ttf') format('truetype');
}

/* Open Sans Condensed */
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-style: normal;
  src: url('opensanscondensed/OpenSans_Condensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-style: italic;
  src: url('opensanscondensed/OpenSans_Condensed-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 900;
  font-style: normal;
  src: url('opensanscondensed/OpenSans_Condensed-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 900;
  font-style: italic;
  src: url('opensanscondensed/OpenSans_Condensed-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 400;
  font-style: normal;
  src: url('opensanscondensed/OpenSans_Condensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 400;
  font-style: italic;
  src: url('opensanscondensed/OpenSans_Condensed-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  font-style: normal;
  src: url('opensanscondensed/OpenSans_Condensed-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  font-style: italic;
  src: url('opensanscondensed/OpenSans_Condensed-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 500;
  font-style: normal;
  src: url('opensanscondensed/OpenSans_Condensed-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 500;
  font-style: italic;
  src: url('opensanscondensed/OpenSans_Condensed-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 600;
  font-style: normal;
  src: url('opensanscondensed/OpenSans_Condensed-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 600;
  font-style: italic;
  src: url('opensanscondensed/OpenSans_Condensed-SemiBoldItalic.ttf') format('truetype');
}