@font-face {
    font-family: 'great_primer_italic';
    src: url('fegpit27c-webfont.woff2') format('woff2'),
         url('fegpit27c-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'great_primer_roman';
    src: url('fegprm27c-webfont.woff2') format('woff2'),
         url('fegprm27c-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.gp-roman {
	font-family: 'great_primer_roman' !important;
}

.gp-italic {
	font-family: 'great_primer_italic' !important;
}