@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Black.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Roboto/Roboto-Black.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/Roboto/Roboto-Black.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Roboto/Roboto-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Roboto/Roboto-Black.svg#Roboto-Black') format('svg'); /* Legacy iOS */
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Bold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Roboto/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/Roboto/Roboto-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Roboto/Roboto-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg'); /* Legacy iOS */
    font-weight: 600;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Medium.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Roboto/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/Roboto/Roboto-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Roboto/Roboto-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Roboto/Roboto-Medium.svg#Roboto-Bold') format('svg'); /* Legacy iOS */
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/Roboto/Roboto-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Roboto/Roboto-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg'); /* Legacy iOS */
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Light.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Roboto/Roboto-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/Roboto/Roboto-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Roboto/Roboto-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('/fonts/Roboto/Roboto-Light.svg#Roboto-Light') format('svg'); /* Legacy iOS */
    font-weight: 300;
}

body {
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}