@font-face {
    font-family: 'Simple CLM';
    font-weight: 400;
    font-style: normal;
	src: url('fonts/400.eot?') format('eot'),
         url('fonts/400.woff') format('woff'),
         url('fonts/400.ttf')  format('truetype'),
         url('fonts/400.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Simple CLM';
    font-weight: 400;
    font-style: italic;
    src: url('fonts/400i.eot?') format('eot'),
         url('fonts/400i.woff') format('woff'),
         url('fonts/400i.ttf')  format('truetype'),
         url('fonts/400i.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Simple CLM';
    font-weight: 700;
    font-style: normal;
    src: url('fonts/700.eot?') format('eot'),
         url('fonts/700.woff') format('woff'),
         url('fonts/700.ttf')  format('truetype'),
         url('fonts/700.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Simple CLM';
    font-weight: 700;
    font-style: italic;
    src: url('fonts/700i.eot?') format('eot'),
         url('fonts/700i.woff') format('woff'),
         url('fonts/700i.ttf')  format('truetype'),
         url('fonts/700i.svg#svgFontName') format('svg');
}