@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  src: url('open-sans-fonts/OpenSans-Bold.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  src: url('open-sans-fonts/OpenSans-BoldItalic.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  src: url('open-sans-fonts/OpenSans-ExtraBold.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: italic;
  src: url('open-sans-fonts/OpenSans-ExtraBoldItalic.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  src: url('open-sans-fonts/OpenSans-Italic.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 100;
  src: url('open-sans-fonts/OpenSans-Light.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 100;
  font-style: italic;
  src: url('open-sans-fonts/OpenSans-LightItalic.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  src: url('open-sans-fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 500;
  src: url('open-sans-fonts/OpenSans-Semibold.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 500;
  font-style: italic;
  src: url('open-sans-fonts/OpenSans-SemiboldItalic.ttf');
}
