/*Raleway*/

/*300*/
@font-face {
    font-family: "Raleway";
    src: url("Raleway/Raleway-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("Raleway/Raleway-LightItalic.ttf") format('truetype');
    font-weight: 300;
    font-style: italic;
}

/*400*/
@font-face {
    font-family: "Raleway";
    src: url("Raleway/Raleway-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("Raleway/Raleway-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

/*600*/
@font-face {
    font-family: "Raleway";
    src: url("Raleway/Raleway-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("Raleway/Raleway-SemiBoldItalic.ttf") format('truetype');
    font-weight: 600;
    font-style: italic;
}

/*700*/
@font-face {
    font-family: "Raleway";
    src: url("Raleway/Raleway-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("Raleway/Raleway-BoldItalic.ttf") format('truetype');
    font-weight: 700;
    font-style: italic;
}

/*Open Sans*/

/*300*/
@font-face {
    font-family: "Open Sans";
    src: url("Open_Sans/OpenSans-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("Open_Sans/OpenSans-LightItalic.ttf") format('truetype');
    font-weight: 300;
    font-style: italic;
}

/*400*/
@font-face {
    font-family: "Open Sans";
    src: url("Open_Sans/OpenSans-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("Open_Sans/OpenSans-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

/*600*/
@font-face {
    font-family: "Open Sans";
    src: url("Open_Sans/OpenSans-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("Open_Sans/OpenSans-SemiBoldItalic.ttf") format('truetype');
    font-weight: 600;
    font-style: italic;
}

/*700*/
@font-face {
    font-family: "Open Sans";
    src: url("Open_Sans/OpenSans-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url("Open_Sans/OpenSans-BoldItalic.ttf") format('truetype');
    font-weight: 700;
    font-style: italic;
}