@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto-condensed-bold';
    src: url('../fonts/roboto-condensed-bold-webfont.eot');
    src: url('../fonts/roboto-condensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-condensed-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-condensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto-condensed-light';
    src: url('../fonts/roboto-condensed-light-webfont.eot');
    src: url('../fonts/roboto-condensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed-light-webfont.woff') format('woff'),
         url('../fonts/roboto-condensed-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-condensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto-condensed-regular';
    src: url('../fonts/roboto-condensed-regular-webfont.eot');
    src: url('../fonts/roboto-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-condensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-condensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto-light';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto-thin';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}


body, h1, h2, h3, h4, h5, h6, p {
    font-family: roboto-condensed-bold;
    text-rendering: optimizeLegibility;
    color: #8f8f8f;
}

body, p {
    font-family: roboto-condensed-regular;
}

h1, h2, h3, h4, h5, h6 {
    font-family: roboto-condensed-bold;
}

h1 {
	font-size: 48px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2 {
	font-size: 38px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3 {
	font-size: 28px;
	margin: 0;
	padding: 5px;
}