@font-face {
    font-family: 'avenir';
    src: url('fonts/avenir-roman.eot');
    src: url('fonts/avenir-roman.eot?#iefix') format('embedded-opentype'),
    url('fonts/avenir-roman.woff2') format('woff2'),
    url('fonts/avenir-roman.woff') format('woff'),
    url('fonts/avenir-roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'crimsontext';
    src: url('fonts/crimsontext.eot');
    src: url('fonts/crimsontext.eot?#iefix') format('embedded-opentype'),
    url('fonts/crimsontext.woff2') format('woff2'),
    url('fonts/crimsontext.woff') format('woff'),
    url('fonts/crimsontext.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}