/* fonts */

@font-face {
font-family: "Sero";
src: url(../fonts/SeroWeb.eot);
src: url(../fonts/SeroWeb.eot?#iefix) format('embedded-opentype'),url(../fonts/SeroWeb.woff) format("woff")
}

@font-face {
font-family: "Sero";
src: url(../fonts/SeroWeb-bold.eot);
src: url(../fonts/SeroWeb-bold.eot?#iefix) format('embedded-opentype'),url(../fonts/SeroWeb-Bold.woff) format("woff");
font-weight: bold;
}
@font-face {
font-family: "Sero";
src: url(../fonts/SeroWeb-Italic.eot);
src: url(../fonts/SeroWeb-Italic.eot?#iefix) format('embedded-opentype'),url(../fonts/SeroWeb-Italic.woff) format("woff");
font-style: italic;
}
@font-face {
font-family: "Sero";
src: url(../fonts/SeroWeb-BoldItalic.eot);
src: url(../fonts/SeroWeb-BoldItalic.eot?#iefix) format('embedded-opentype'),url(../fonts/SeroWeb-BoldItalic.woff) format("woff");
font-weight: bold;
font-style: italic;
}


body {
font-family: "Sero", Arial, sans-serif;
line-height: 1.4em;
text-rendering:optimizeLegibility;
}