@charset "UTF-8";
@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular-webfont.woff);
    src: url(../fonts/Roboto-Regular.eot) format("embedded-opentype"), url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Roboto-bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: roboto-light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: roboto-condensed;
    src: url(../fonts/Roboto-Condensed.ttf);
}
@font-face {
    font-family: roboto-itaic;
    src: url(../fonts/Roboto-Italic.ttf);
    src: url(../fonts/Roboto-ThinItalic-webfont.eot) format("embedded-opentype"), url(../fonts/Roboto-ThinItalic-webfont.woff) format("woff");
}
@font-face {
    font-family: roboto-medium;
    src: url(../fonts/Roboto-Medium.ttf);
    src: url(../fonts/Roboto-Medium-webfont.eot) format("embedded-opentype"), url(../fonts/Roboto-Medium-webfont.woff) format("woff");
}
@font-face {
    font-family: roboto-regular;
    src: url(../fonts/Roboto-Regular-webfont.woff);
    src: url(../fonts/Roboto-Regular-webfont.eot) format("embedded-opentype"), url(../fonts/Roboto-Regular-webfont.woff) format("woff");
}

body,
p {
    font-family: roboto, sans-serif !important;
     font-size:18px !important; 
}
li a{
     font-size: 15px !important; 
}

h1,
h2,
.h2,
h3,
.h3 {
    font-family: roboto, sans-serif;
}
h1{
    font-size: 40px;
}