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

}

.mank {
	font-family: 'MankSans';	
}

@font-face {
    font-family: 'MankSans-MediumRegular';
    src: url('manksans-medium-webfont.eot');
    src: url('manksans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('manksans-medium-webfont.woff') format('woff'),
         url('manksans-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.mankmed {
	font-family: 'MankSans-MediumRegular';
}