/* Light Italic - 300 */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    src: url('OpenSans-LightItalic.ttf') format('truetype');
}

/* Regular Italic - 400 */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    src: url('OpenSans-Italic.ttf') format('truetype');
}

/* Medium Italic - 500 */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    src: url('OpenSans-MediumItalic.ttf') format('truetype');
}

/* SemiBold Italic - 600 */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    src: url('OpenSans-SemiBoldItalic.ttf') format('truetype');
}

/* Bold Italic - 700 */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    src: url('OpenSans-BoldItalic.ttf') format('truetype');
}

/* Regular - 400 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url('OpenSans-Regular.ttf') format('truetype');
}

/* Medium - 500 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    src: url('OpenSans-Medium.ttf') format('truetype');
}

/* SemiBold - 600 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    src: url('OpenSans-SemiBold.ttf') format('truetype');
}

/* Bold - 700 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    src: url('OpenSans-Bold.ttf') format('truetype');
}