@font-face {
    font-family: 'calibriregular';
    src: url('calibri-webfont.woff2') format('woff2'),
         url('calibri-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibribold';
    src: url('calibrib-bold-webfont.woff2') format('woff2'),
         url('calibrib-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'calibriitalic';
    src: url('calibrii-italic-webfont.woff2') format('woff2'),
         url('calibrii-italic-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
					
}

@font-face {
    font-family: 'calibribold_italic';
    src: url('calibriz-bold-italic-webfont.woff2') format('woff2'),
         url('calibriz-bold-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}