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

}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

