@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-Regular.ttf) format('truetype');
}
@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-Bold.ttf) format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-BoldItalic.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-Italic.ttf) format('truetype');
    font-style: italic;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-Light.ttf) format('truetype');
    font-weight: lighter;
}
@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-LightItalic.ttf) format('truetype');
    font-style: italic;
    font-weight: lighter;
}


@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-BoldItalic.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Italic.ttf) format('truetype');
    font-style: italic;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight: lighter;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-LightItalic.ttf) format('truetype');
    font-style: italic;
    font-weight: lighter;
}






@font-face {
    font-family: Exo2;
    src: url(../fonts/Exo2-Regular.ttf) format('truetype');
}
@font-face {
    font-family: Exo2;
    src: url(../fonts/Exo2-Bold.ttf) format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: Exo2;
    src: url(../fonts/Exo2-BoldItalic.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Exo2;
    src: url(../fonts/Exo2-Italic.ttf) format('truetype');
    font-style: italic;
}
@font-face {
    font-family: Exo2;
    src: url(../fonts/Exo2-Light.ttf) format('truetype');
    font-weight: lighter;
}
@font-face {
    font-family: Exo2;
    src: url(../fonts/Exo2-LightItalic.ttf) format('truetype');
    font-style: italic;
    font-weight: lighter;
}