/*      OPEN SANS      */

/*Font Open Sans Light*/
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url(./OpenSans-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: url(./OpenSans-LightItalic.ttf) format("truetype");
}

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

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: url(./OpenSans-Italic.ttf) format("truetype");
}

/*Font Open Sans Semibold*/
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url(./OpenSans-Semibold.ttf) format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: url(./OpenSans-SemiboldItalic.ttf) format("truetype");
}

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

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src: url(./OpenSans-BoldItalic.ttf) format("truetype");
}

/*Font Open Sans Extra Bold*/
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: url(./OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
    src: url(./OpenSans-ExtraBoldItalic.ttf) format("truetype");
}

/*      OPEN SANS CONDENSED      */

/*Font Open Sans Cond Light*/
@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: url(./OpenSans-CondLight.ttf) format("truetype");
}

/*Font Open Sans Cond Bold*/
@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    src: url(./OpenSans-CondBold.ttf) format("truetype");
}