@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'rockwellregular';
    src: url('rock-webfont.eot');
    src: url('rock-webfont.eot?#iefix') format('embedded-opentype'),
         url('rock-webfont.woff2') format('woff2'),
         url('rock-webfont.woff') format('woff'),
         url('rock-webfont.ttf') format('truetype'),
         url('rock-webfont.svg#rockwellregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Text */
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.eot');
    src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular.woff') format('woff'),
         url('Roboto-Regular.ttf') format('truetype'),
         url('Roboto-Regular.svg#Roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}
