@charset "utf-8";

@font-face {
    font-family: 'ImpactRegular';
    src: url('/.fonts/impact-webfont.eot');
    src: url('/.fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('/.fonts/impact-webfont.woff') format('woff'),
         url('/.fonts/impact-webfont.ttf') format('truetype'),
         url('/.fonts/impact-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldRegular';
    src: url('/.fonts/oswald-webfont.eot');
    src: url('/.fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('/.fonts/oswald-webfont.woff') format('woff'),
         url('/.fonts/oswald-webfont.ttf') format('truetype'),
         url('/.fonts/oswald-webfont.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}